Uses of Interface
org.custommonkey.xmlunit.DifferenceEngineContract
Packages that use DifferenceEngineContract
-
Uses of DifferenceEngineContract in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement DifferenceEngineContractModifier and TypeClassDescriptionclassClass that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.classClass 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 DifferenceEngineContractModifierConstructorDescriptionDiff(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