Package org.dbunit.dataset.excel
Class XlsTableTest
java.lang.Object
org.dbunit.dataset.AbstractTableTest
org.dbunit.dataset.excel.XlsTableTest
- Direct Known Subclasses:
XlsTableWriteTest,XlsxTableTest
- Since:
- Feb 21, 2003
- Version:
- $Revision$ $Date$
- Author:
- Manuel Laflamme, Last changed by: $Author$
-
Field Summary
Fields inherited from class org.dbunit.dataset.AbstractTableTest
COLUMN_COUNT, logger, ROW_COUNT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.dbunit.dataset.AbstractTableTest
convertString, runTest, testGetValue
-
Constructor Details
-
XlsTableTest
public XlsTableTest()
-
-
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
-
createDataSet
- Throws:
Exception
-
testGetMissingValue
- Specified by:
testGetMissingValuein classAbstractTableTest- Throws:
Exception
-