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 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.ant
-
Classes in org.dbunit used by org.dbunit.assertion
-
Classes in org.dbunit used by org.dbunit.assertion.comparer.value
-
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.database
-
Classes in org.dbunit used by org.dbunit.dataset
-
Classes in org.dbunit used by org.dbunit.dataset.common.handlers
-
Classes in org.dbunit used by org.dbunit.dataset.csv
-
Classes in org.dbunit used by org.dbunit.dataset.datatype
-
Classes in org.dbunit used by org.dbunit.dataset.sqlloader
-
Classes in org.dbunit used by org.dbunit.ext.db2
-
Classes in org.dbunit used by org.dbunit.ext.h2
-
Classes in org.dbunit used by org.dbunit.ext.hsqldb
-
Classes in org.dbunit used by org.dbunit.ext.mckoi
-
Classes in org.dbunit used by org.dbunit.ext.mssql
-
Classes in org.dbunit used by org.dbunit.ext.mysql
-
Classes in org.dbunit used by org.dbunit.ext.oracle
-
Classes in org.dbunit used by org.dbunit.operation
-
Classes in org.dbunit used by org.dbunit.util.fileloader
-
Classes in org.dbunit used by org.dbunit.util.search