Uses of Interface
org.custommonkey.xmlunit.DifferenceEngineContract
-
Packages that use DifferenceEngineContract Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of DifferenceEngineContract in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement DifferenceEngineContract Modifier and Type Class Description classDifferenceEngineClass that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.classNewDifferenceEngineClass that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.Constructors in org.custommonkey.xmlunit with parameters of type DifferenceEngineContract Constructor Description Diff(Document controlDoc, Document testDoc, DifferenceEngineContract comparator)Construct a Diff that compares the XML in two Documents using a specific DifferenceEngineDiff(Document controlDoc, Document testDoc, DifferenceEngineContract comparator, ElementQualifier elementQualifier)Construct a Diff that compares the XML in two Documents using a specific DifferenceEngine and ElementQualifier DifferenceEngine
-