Package org.dbunit.dataset.stream
Class StreamingTableTest
java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.dataset.DefaultTableTest
org.dbunit.dataset.ForwardOnlyTableTest
org.dbunit.dataset.stream.StreamingTableTest
- Since:
- Apr 11, 2003
- 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 ?Methods inherited from class org.dbunit.dataset.ForwardOnlyTableTest
testGetMissingValue_withMissingCells_returnsExpectedValuesMethods inherited from class org.dbunit.dataset.DefaultTableTest
createTable, createTableMetaDataMethods inherited from class org.dbunit.dataset.AbstractTableTest
convertString, runTest, testGetValue_withValidRowAndColumn_returnsExpectedValue
-
Constructor Details
-
StreamingTableTest
public StreamingTableTest()
-
-
Method Details
-
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 ?"- Overrides:
createTablein classForwardOnlyTableTest- Throws:
Exception
-