Package org.dbunit.dataset.datatype
Class ClobDataTypeTest
java.lang.Object
org.dbunit.dataset.datatype.ClobDataTypeTest
@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class)
public class ClobDataTypeTest
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAssert calls ResultSet.getClob(columnIndex) before ResultSet.wasNull().
-
Constructor Details
-
ClobDataTypeTest
public ClobDataTypeTest()
-
-
Method Details
-
testGetSqlValueCallOrder
Assert calls ResultSet.getClob(columnIndex) before ResultSet.wasNull().- Throws:
TypeCastExceptionSQLException
-