Uses of Interface
org.custommonkey.xmlunit.MatchTracker
-
Packages that use MatchTracker Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of MatchTracker in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as MatchTracker Modifier and Type Field Description private MatchTracker
DifferenceEngine. matchTracker
private MatchTracker
NewDifferenceEngine. matchTracker
private MatchTracker
Diff. matchTrackerDelegate
private MatchTracker
NewDifferenceEngine.MatchTracker2ComparisonListener. mt
Methods in org.custommonkey.xmlunit with parameters of type MatchTracker Modifier and Type Method Description void
Diff. overrideMatchTracker(MatchTracker delegate)
Override theMatchTracker
used to track successfully matched nodes.void
DifferenceEngine. setMatchTracker(MatchTracker matchTracker)
void
DifferenceEngineContract. setMatchTracker(MatchTracker matchTracker)
void
NewDifferenceEngine. setMatchTracker(MatchTracker matchTracker)
Constructors in org.custommonkey.xmlunit with parameters of type MatchTracker Constructor Description DifferenceEngine(ComparisonController controller, MatchTracker matchTracker)
Simple constructorMatchTracker2ComparisonListener(MatchTracker m)
NewDifferenceEngine(ComparisonController controller, MatchTracker matchTracker)
Simple constructor
-