| Package | Description |
|---|---|
| org.dbunit |
| Modifier and Type | Method and Description |
|---|---|
VerifyTableDefinition[] |
DefaultPrepAndExpectedTestCase.getTableDefs()
Get the tableDefs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrepAndExpectedTestCase.configureTest(VerifyTableDefinition[] verifyTables,
String[] prepDataFiles,
String[] expectedDataFiles)
Configure the test.
|
void |
DefaultPrepAndExpectedTestCase.configureTest(VerifyTableDefinition[] tables,
String[] prepDataFiles,
String[] expectedDataFiles)
Configure the test.
|
void |
PrepAndExpectedTestCase.preTest(VerifyTableDefinition[] verifyTables,
String[] prepDataFiles,
String[] expectedDataFiles)
Convenience method to call configureTest() and preTest().
|
void |
DefaultPrepAndExpectedTestCase.preTest(VerifyTableDefinition[] tables,
String[] prepDataFiles,
String[] expectedDataFiles)
Convenience method to call configureTest() and preTest().
|
Object |
PrepAndExpectedTestCase.runTest(VerifyTableDefinition[] verifyTables,
String[] prepDataFiles,
String[] expectedDataFiles,
PrepAndExpectedTestCaseSteps testSteps)
Run the DbUnit test.
|
Object |
DefaultPrepAndExpectedTestCase.runTest(VerifyTableDefinition[] verifyTables,
String[] prepDataFiles,
String[] expectedDataFiles,
PrepAndExpectedTestCaseSteps testSteps)
Run the DbUnit test.
|
void |
DefaultPrepAndExpectedTestCase.setTableDefs(VerifyTableDefinition[] tableDefs)
Set the tableDefs.
|
Copyright © 2002-2017. All Rights Reserved.