Class NewDifferenceEngine.MatchTracker2ComparisonListener
java.lang.Object
org.custommonkey.xmlunit.NewDifferenceEngine.MatchTracker2ComparisonListener
- All Implemented Interfaces:
org.xmlunit.diff.ComparisonListener
- Enclosing class:
NewDifferenceEngine
public static class NewDifferenceEngine.MatchTracker2ComparisonListener
extends Object
implements org.xmlunit.diff.ComparisonListener
Adapts XMLUnit 1.x MatchTracker to XMLUnit 2.x ComparisonListener.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomparisonPerformed(org.xmlunit.diff.Comparison comparison, org.xmlunit.diff.ComparisonResult outcome)
-
Constructor Details
-
MatchTracker2ComparisonListener
- Parameters:
m- MatchTracker to adapt
-
-
Method Details
-
comparisonPerformed
public void comparisonPerformed(org.xmlunit.diff.Comparison comparison, org.xmlunit.diff.ComparisonResult outcome) - Specified by:
comparisonPerformedin interfaceorg.xmlunit.diff.ComparisonListener
-