Uses of Class
org.custommonkey.xmlunit.XpathNodeTracker
-
Packages that use XpathNodeTracker Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of XpathNodeTracker in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as XpathNodeTracker Modifier and Type Field Description private XpathNodeTrackerDifferenceEngine. controlTrackerprivate XpathNodeTrackerDifferenceEngine. testTrackerMethods in org.custommonkey.xmlunit with parameters of type XpathNodeTracker Modifier and Type Method Description protected voidDifferenceEngine. compare(java.lang.Object expected, java.lang.Object actual, org.w3c.dom.Node control, org.w3c.dom.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.
-