Uses of Interface
org.dbunit.PrepAndExpectedTestCaseSteps
Packages that use PrepAndExpectedTestCaseSteps
-
Uses of PrepAndExpectedTestCaseSteps in org.dbunit
Methods in org.dbunit with parameters of type PrepAndExpectedTestCaseStepsModifier and TypeMethodDescriptionDefaultPrepAndExpectedTestCase.runTest(VerifyTableDefinition[] verifyTables, String[] prepDataFiles, String[] expectedDataFiles, PrepAndExpectedTestCaseSteps testSteps) Run the DbUnit test.PrepAndExpectedTestCase.runTest(VerifyTableDefinition[] verifyTables, String[] prepDataFiles, String[] expectedDataFiles, PrepAndExpectedTestCaseSteps testSteps) Run the DbUnit test.protected ObjectDefaultPrepAndExpectedTestCase.runTestSteps(PrepAndExpectedTestCaseSteps testSteps) Run the provided test steps.