Package org.dbunit.dataset.datatype
Class NumberTolerantDataTypeTest
java.lang.Object
org.dbunit.dataset.datatype.AbstractDataTypeTest
org.dbunit.dataset.datatype.NumberTolerantDataTypeTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public class NumberTolerantDataTypeTest
extends AbstractDataTypeTest
Unit test for the number tolerant data type which is quite similar to the
NumberDataTypeTest.
- Author:
- gommma
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
NumberTolerantDataTypeTest
public NumberTolerantDataTypeTest()
-
-
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
-