Package org.dbunit.dataset.datatype
Class AbstractDataTypeTest
java.lang.Object
org.dbunit.dataset.datatype.AbstractDataTypeTest
- Direct Known Subclasses:
BooleanDataTypeTest,DoubleDataTypeTest,FloatDataTypeTest,LongDataTypeTest,NumberDataTypeTest,NumberTolerantDataTypeTest,OracleSdoGeometryDataTypeTest,StringDataTypeTest,TimeDataTypeTest
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract voidabstract void
-
Constructor Details
-
AbstractDataTypeTest
public AbstractDataTypeTest()
-
-
Method Details
-
testToString
- Throws:
Exception
-
testGetTypeClass
- Throws:
Exception
-
testIsNumber
- Throws:
Exception
-
testIsDateTime
- Throws:
Exception
-
testTypeCast
- Throws:
Exception
-
testTypeCastNone
- Throws:
Exception
-
testTypeCastInvalid
- Throws:
Exception
-
testSqlType
- Throws:
Exception
-
testForObject
- Throws:
Exception
-
testAsString
- Throws:
Exception
-
testCompareEquals
- Throws:
Exception
-
testCompareDifferent
- Throws:
Exception
-
testCompareInvalid
- Throws:
Exception
-
testGetSqlValue
- Throws:
Exception
-