Package org.dbunit.assertion

Interface Summary
DifferenceListener Callback for DbUnitAssert to notify about the differences found during an assertion.
FailureFactory Factory to create exceptions for the testing framework to be used, for example JUnit, TestNG or dbunit exceptions.
FailureHandler Handles the failure of an assertion.
 

Class Summary
DbUnitAssert Default implementation of DbUnit assertions, based on the original methods present at Assertion
DbUnitAssert.ComparisonColumn Represents a single column to be used for the comparison of table data.
DefaultFailureHandler Default implementation of the FailureHandler.
DefaultFailureHandler.DefaultFailureFactory Default failure factory which returns DBUnits own assertion error instances.
DiffCollectingFailureHandler A FailureHandler that collects the Differences that were found without throwing an exception.
Difference Value object to hold the difference of a single data cell found while comparing data.
JUnitFailureFactory Adapter that lets dbunit create JUnit failure objects.
SimpleAssert Dbunit's own small assertion utility, independent from the testing framework that is used.
 

Error Summary
DbAssertionFailedError Exception signaling a DbUnit assertion failure.
DbComparisonFailure Exception signaling a DbUnit assertion failure while comparing values.
 



Copyright © 2002-2010. All Rights Reserved.