Uses of Class
org.dbunit.MultiDataSourcePrepAndExpectedTestCase
Packages that use MultiDataSourcePrepAndExpectedTestCase
-
Uses of MultiDataSourcePrepAndExpectedTestCase in org.dbunit
Methods in org.dbunit that return MultiDataSourcePrepAndExpectedTestCaseModifier and TypeMethodDescriptionMultiDataSourcePrepAndExpectedTestCase.add(String dataSourceName, IDatabaseTester tester) Wires one data source to a newDefaultPrepAndExpectedTestCasebound to the given tester, sharing this instance's loader andcloseConnectionAfterTest.MultiDataSourcePrepAndExpectedTestCase.add(String dataSourceName, PrepAndExpectedTestCase testCase) Wires one data source to the given delegate.MultiDataSourcePrepAndExpectedTestCase.addAll(Map<String, ? extends PrepAndExpectedTestCase> testCasesByDataSourceName) Wires every entry of the given map, in its iteration order.MultiDataSourcePrepAndExpectedTestCase.forTesters(DataFileLoader dataFileLoader) Creates an empty instance for the tester currency -add(String, IDatabaseTester)wraps each tester in aDefaultPrepAndExpectedTestCasesharing the given loader, withcloseConnectionAfterTesttrue.MultiDataSourcePrepAndExpectedTestCase.forTesters(DataFileLoader dataFileLoader, boolean closeConnectionAfterTest) Creates an empty instance for the tester currency, asforTesters(DataFileLoader)does, with the givencloseConnectionAfterTestapplied to everyadd(String, IDatabaseTester)-wrapped delegate.MultiDataSourcePrepAndExpectedTestCase.forTesters(DataFileLoader dataFileLoader, Map<String, ? extends IDatabaseTester> testersByDataSourceName) Creates an instance for the tester currency, seeded with the given testers - asforTesters(DataFileLoader)does, thenadd(String, IDatabaseTester)for each entry, in the given map's iteration order.MultiDataSourcePrepAndExpectedTestCase.forTesters(DataFileLoader dataFileLoader, Map<String, ? extends IDatabaseTester> testersByDataSourceName, boolean closeConnectionAfterTest) Creates an instance for the tester currency, seeded with the given testers, asforTesters(DataFileLoader, Map)does, with the givencloseConnectionAfterTestapplied to every wrapped delegate.MultiDataSourcePrepAndExpectedTestCase.from(String dataSourceName, PrepAndExpectedTestCase testCase) Creates an instance seeded with one data source, for the delegate currency.