Package org.dbunit.dataset.xml
Class XmlDataSetTest
java.lang.Object
org.dbunit.dataset.AbstractTest
org.dbunit.dataset.AbstractDataSetTest
org.dbunit.dataset.xml.XmlDataSetTest
- Since:
- Feb 17, 2002
- Version:
- $Revision$ $Date$
- Author:
- Manuel Laflamme, Last changed by: $Author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IDataSetprotected IDataSetprotected IDataSetCreate a dataset with duplicate tables having different char case in namevoidOverridden from parent because XmlDataSet has different behaviour than other datasets.voidOverridden from parent because XmlDataSet has different behaviour than other datasets.Methods inherited from class org.dbunit.dataset.AbstractDataSetTest
assertEqualsTableName, createDuplicateTables, getExpectedDuplicateRows, removeExtraTestTables, testGetCaseInsensitiveTable, testGetCaseInsensitiveTableMetaData, testGetTablesDefensiveCopyMethods inherited from class org.dbunit.dataset.AbstractTest
assertContains, assertContainsIgnoreCase, assertEqualsIgnoreCase, convertString, getDuplicateTableName, getExpectedDuplicateNames, getExpectedLowerNames, getExpectedNames, getExtraTableName
-
Constructor Details
-
XmlDataSetTest
public XmlDataSetTest()
-
-
Method Details
-
createDataSet
- Specified by:
createDataSetin classAbstractDataSetTest- Throws:
Exception
-
createDuplicateDataSet
- Specified by:
createDuplicateDataSetin classAbstractDataSetTest- Throws:
Exception
-
createMultipleCaseDuplicateDataSet
Description copied from class:AbstractDataSetTestCreate a dataset with duplicate tables having different char case in name- Specified by:
createMultipleCaseDuplicateDataSetin classAbstractDataSetTest- Returns:
- Throws:
Exception
-
testCreateDuplicateDataSet
Overridden from parent because XmlDataSet has different behaviour than other datasets. It allows the occurrence of the same table multiple times in arbitrary locations.- Overrides:
testCreateDuplicateDataSetin classAbstractDataSetTest- Throws:
Exception- See Also:
-
testCreateMultipleCaseDuplicateDataSet
Overridden from parent because XmlDataSet has different behaviour than other datasets. It allows the occurrence of the same table multiple times in arbitrary locations.- Overrides:
testCreateMultipleCaseDuplicateDataSetin classAbstractDataSetTest- Throws:
Exception- See Also:
-