Package org.dbunit.database
Class ScrollableResultSetTableTest
java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.database.ScrollableResultSetTableTest
@Disabled("specific tests should call this or extend")
public class ScrollableResultSetTableTest
extends AbstractTableTest
- Since:
- Feb 19, 2002
- Version:
- $Revision$
- Author:
- Manuel Laflamme
-
Field Summary
Fields inherited from class org.dbunit.dataset.AbstractTableTest
COLUMN_COUNT, logger, ROW_COUNT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ITableCreates a table having 6 row and 4 column where columns are named "COLUMN1, COLUMN2, COLUMN3, COLUMN4" and values are string follwing this template "row ?protected booleanThis method is used so sub-classes can disable the tests according to some characteristics of the environmentvoidMethods inherited from class org.dbunit.dataset.AbstractTableTest
convertString, testGetValue
-
Constructor Details
-
ScrollableResultSetTableTest
public ScrollableResultSetTableTest()
-
-
Method Details
-
runTest
Description copied from class:AbstractTableTestThis method is used so sub-classes can disable the tests according to some characteristics of the environment- Overrides:
runTestin classAbstractTableTest- Parameters:
testName- name of the test to be checked- Returns:
- flag indicating if the test should be executed or not
-
createTable
Description copied from class:AbstractTableTestCreates a table having 6 row and 4 column where columns are named "COLUMN1, COLUMN2, COLUMN3, COLUMN4" and values are string follwing this template "row ? col ?"- Specified by:
createTablein classAbstractTableTest- Throws:
Exception
-
testGetMissingValue
- Specified by:
testGetMissingValuein classAbstractTableTest- Throws:
Exception
-