org.custommonkey.xmlunit
public interface ComparisonController
Method Summary | |
---|---|
boolean | haltComparison(Difference afterDifference)
Determine whether a Difference that this listener has been notified of
should halt further XML comparison. |
Parameters: afterDifference the last Difference passed to differenceFound
Returns: true to halt further comparison, false otherwise
See Also: Difference