Package org.dbunit.database
Class CachedResultSetTableIT
java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.database.CachedResultSetTableIT
- 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 StringconvertString(String str) Returns the string converted as an identifier according to the metadata rules of the database environment.protected 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 ?voidMethods inherited from class org.dbunit.dataset.AbstractTableTest
runTest, testGetValue
-
Constructor Details
-
CachedResultSetTableIT
public CachedResultSetTableIT()
-
-
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 ?"- Specified by:
createTablein classAbstractTableTest- Throws:
Exception
-
convertString
Description copied from class:AbstractTableTestReturns the string converted as an identifier according to the metadata rules of the database environment. Most databases convert all metadata identifiers to uppercase. PostgreSQL converts identifiers to lowercase. MySQL preserves case.- Overrides:
convertStringin classAbstractTableTest- Parameters:
str- The identifier.- Returns:
- The identifier converted according to database rules.
- Throws:
Exception
-
testGetMissingValue
- Specified by:
testGetMissingValuein classAbstractTableTest- Throws:
Exception
-