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
Methods in org.custommonkey.xmlunit with parameters of type MatchTracker Modifier and Type Method Description voidDiff. overrideMatchTracker(MatchTracker delegate)Override theMatchTrackerused to track successfully matched nodes.voidDifferenceEngine. setMatchTracker(MatchTracker matchTracker)voidDifferenceEngineContract. setMatchTracker(MatchTracker matchTracker)voidNewDifferenceEngine. 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
-