Uses of Package
org.dbunit.assertion
Packages that use org.dbunit.assertion
-
Classes in org.dbunit.assertion used by org.dbunitClassDescriptionDefault implementation of DbUnit assertions, based on the original methods present at
Assertion.DbUnit assertions usingValueComparers for the column comparisons.Handles the failure of an assertion.Dbunit's own small assertion utility, independent from the testing framework that is used. -
Classes in org.dbunit.assertion used by org.dbunit.assertionClassDescriptionRepresents a single column to be used for the comparison of table data.Base class for DbUnit assert classes containing common methods.Default implementation of the
FailureHandler.Value object to hold the difference of a single data cell found while comparing data.Callback forDbUnitAssertto notify about the differences found during an assertion.Factory to create exceptions for the testing framework to be used, for example JUnit, TestNG or dbunit exceptions.Handles the failure of an assertion.