Package org.dbunit.dataset.datatype
Class NumberDataTypeTest
java.lang.Object
org.dbunit.dataset.datatype.AbstractDataTypeTest
org.dbunit.dataset.datatype.NumberDataTypeTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public class NumberDataTypeTest
extends AbstractDataTypeTest
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidAssert calls ResultSet.getBigDecimal(columnIndex) before ResultSet.wasNull().voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
NumberDataTypeTest
public NumberDataTypeTest()
-
-
Method Details
-
testToString
- Specified by:
testToStringin classAbstractDataTypeTest- Throws:
Exception
-
testGetTypeClass
- Specified by:
testGetTypeClassin classAbstractDataTypeTest- Throws:
Exception
-
testIsNumber
- Specified by:
testIsNumberin classAbstractDataTypeTest- Throws:
Exception
-
testIsDateTime
- Specified by:
testIsDateTimein classAbstractDataTypeTest- Throws:
Exception
-
testTypeCast
- Specified by:
testTypeCastin classAbstractDataTypeTest- Throws:
Exception
-
testTypeCastNone
- Specified by:
testTypeCastNonein classAbstractDataTypeTest- Throws:
Exception
-
testTypeCastInvalid
- Specified by:
testTypeCastInvalidin classAbstractDataTypeTest- Throws:
Exception
-
testCompareEquals
- Specified by:
testCompareEqualsin classAbstractDataTypeTest- Throws:
Exception
-
testCompareInvalid
- Specified by:
testCompareInvalidin classAbstractDataTypeTest- Throws:
Exception
-
testCompareDifferent
- Specified by:
testCompareDifferentin classAbstractDataTypeTest- Throws:
Exception
-
testSqlType
- Specified by:
testSqlTypein classAbstractDataTypeTest- Throws:
Exception
-
testForObject
- Specified by:
testForObjectin classAbstractDataTypeTest- Throws:
Exception
-
testAsString
- Specified by:
testAsStringin classAbstractDataTypeTest- Throws:
Exception
-
testGetSqlValue
- Specified by:
testGetSqlValuein classAbstractDataTypeTest- Throws:
Exception
-
testGetSqlValueCallOrder
Assert calls ResultSet.getBigDecimal(columnIndex) before ResultSet.wasNull().- Throws:
TypeCastExceptionSQLException
-