Uses of Package
org.dbunit
Packages that use org.dbunit
Package
Description
-
Classes in org.dbunit used by org.dbunitClassDescriptionBasic implementation of IDatabaseTester.
Implementations of IDatabaseTester may use this class as a starting point.Convenience class for writing JUnit tests with dbunit easily.Base checked exception for errors raised by the DbUnit framework.Base testCase for database testing.
Subclasses may overrideDBTestCase.newDatabaseTester()to plug-in a different implementation of IDatabaseTester.
Default implementation uses aPropertiesBasedJdbcDatabaseTester.Strategy pattern for verifyingVerifyTableDefinitions and expectedDataSet configurations agree, e.g. have the same number of tables defined.This interface defines the behavior of a DatabaseTester, which is responsible for adding DBUnit features as composition on existing test cases (instead of extending DBTestCase directly).Listener forIDatabaseConnectionevents.DatabaseTester that uses JDBC's Driver Manager to create connections.Test case supporting prep data and expected data.Test steps definition; helpful for Java lambdas.Defines a database table to verify (assert on data), specifying include and exclude column filters and optionalValueComparers. -
Classes in org.dbunit used by org.dbunit.antClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.assertionClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.assertion.comparer.valueClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.assertion.comparer.value.verifierClassDescriptionDefines a database table to verify (assert on data), specifying include and exclude column filters and optional
ValueComparers. -
Classes in org.dbunit used by org.dbunit.databaseClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.datasetClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.dataset.common.handlersClassDescriptionBase unchecked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.dataset.csvClassDescriptionBase unchecked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.dataset.datatypeClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.dataset.sqlloaderClassDescriptionBase unchecked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.db2ClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.h2ClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.hsqldbClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.mckoiClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.mssqlClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.mysqlClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.ext.oracleClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.operationClassDescriptionBase checked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.util.fileloaderClassDescriptionBase unchecked exception for errors raised by the DbUnit framework.
-
Classes in org.dbunit used by org.dbunit.util.searchClassDescriptionBase checked exception for errors raised by the DbUnit framework.