Package org.dbunit.dataset.datatype
Class BooleanDataTypeTest
java.lang.Object
org.dbunit.dataset.datatype.AbstractDataTypeTest
org.dbunit.dataset.datatype.BooleanDataTypeTest
- Direct Known Subclasses:
BitDataTypeTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public class BooleanDataTypeTest
extends AbstractDataTypeTest
- Version:
- $Revision$ $Date$
- Author:
- Manuel Laflamme, Last changed by: $Author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidAssert calls ResultSet.getBoolean(columnIndex) before ResultSet.wasNull().voidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
BooleanDataTypeTest
public BooleanDataTypeTest()
-
-
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.getBoolean(columnIndex) before ResultSet.wasNull().- Throws:
TypeCastExceptionSQLException
-