public interface DifferenceListener
DbUnitAssert to notify about the
differences found during an assertion.
Inspired by the XMLUnit framework.
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Difference diff)
Is invoked by the
DbUnitAssert when a data cell difference
has been found. |
void handle(Difference diff)
DbUnitAssert when a data cell difference
has been found.diff - The difference that has been foundCopyright © 2002-2017. All Rights Reserved.