Package org.dbunit.assertion
package org.dbunit.assertion
-
ClassDescriptionException signaling a DbUnit assertion failure.Exception signaling a DbUnit assertion failure while comparing values.Default implementation of DbUnit assertions, based on the original methods present at
Assertion.Represents a single column to be used for the comparison of table data.Base class for DbUnit assert classes containing common methods.DbUnit assertions usingValueComparers for the column comparisons.Default implementation of theFailureHandler.Default failure factory which returns DBUnits own assertion error instances.AFailureHandlerthat collects theDifferences that were found without throwing an exception.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.Adapter that lets dbunit create JUnit failure objects.Dbunit's own small assertion utility, independent from the testing framework that is used.