Uses of Interface
org.custommonkey.xmlunit.MatchTracker
Packages that use MatchTracker
-
Uses of MatchTracker in org.custommonkey.xmlunit
Methods in org.custommonkey.xmlunit with parameters of type MatchTrackerModifier and TypeMethodDescriptionvoidDiff.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 MatchTrackerModifierConstructorDescriptionDifferenceEngine(ComparisonController controller, MatchTracker matchTracker) Simple constructorNewDifferenceEngine(ComparisonController controller, MatchTracker matchTracker) Simple constructor