Uses of Class
org.custommonkey.xmlunit.XpathNodeTracker
Packages that use XpathNodeTracker
-
Uses of XpathNodeTracker in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as XpathNodeTrackerModifier and TypeFieldDescriptionprivate final XpathNodeTracker
DifferenceEngine.controlTracker
private final XpathNodeTracker
DifferenceEngine.testTracker
Methods in org.custommonkey.xmlunit with parameters of type XpathNodeTrackerModifier and TypeMethodDescriptionprotected void
DifferenceEngine.compare
(Object expected, Object actual, Node control, Node test, DifferenceListener listener, Difference difference, XpathNodeTracker controlLoc, XpathNodeTracker testLoc) If the expected and actual values are unequal then inform the listener of a difference and throw a DifferenceFoundException.