org.custommonkey.xmlunit
public class DetailedDiff extends Diff
| Constructor Summary | |
|---|---|
| DetailedDiff(Diff prototype)
Create a new instance based on a prototypical Diff instance | |
| Method Summary | |
|---|---|
| int | differenceFound(Difference difference)
DifferenceListener implementation.
|
| List | getAllDifferences()
Obtain all the differences found by this instance |
| boolean | haltComparison(Difference afterDifference)
ComparisonController implementation. |
Parameters: prototype the Diff instance for which more detailed difference information is required
Parameters: expected actual control test comparingWhat
Returns: the value supplied by the superclass implementation
Returns: a list of differences
Parameters: afterDifference
Returns: false always as this class wants to see all differences