Package org.custommonkey.xmlunit
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 java.lang.Object implements org.xmlunit.diff.ComparisonListenerAdapts XMLUnit 1.x MatchTracker to XMLUnit 2.x ComparisonListener.
-
-
Constructor Summary
Constructors Constructor Description MatchTracker2ComparisonListener(MatchTracker m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomparisonPerformed(org.xmlunit.diff.Comparison comparison, org.xmlunit.diff.ComparisonResult outcome)
-
-
-
Constructor Detail
-
MatchTracker2ComparisonListener
public MatchTracker2ComparisonListener(MatchTracker m)
- Parameters:
m- MatchTracker to adapt
-
-