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 TypeClassDescriptionclass
Class that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.class
Class that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.Fields in org.custommonkey.xmlunit declared as DifferenceEngineContractMethods in org.custommonkey.xmlunit that return DifferenceEngineContractModifier and TypeMethodDescriptionprivate DifferenceEngineContract
Diff.getDifferenceEngine()
Lazily initializes the difference engine if it hasn't been set via a constructor.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