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 class
DifferenceEngine
Class that has responsibility for comparing Nodes and notifying a DifferenceListener of any differences or dissimilarities that are found.class
NewDifferenceEngine
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 DifferenceEngineContract Modifier and Type Field Description private DifferenceEngineContract
Diff. differenceEngine
Methods in org.custommonkey.xmlunit that return DifferenceEngineContract Modifier and Type Method Description private 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 DifferenceEngineContract Constructor Description Diff(org.w3c.dom.Document controlDoc, org.w3c.dom.Document testDoc, DifferenceEngineContract comparator)
Construct a Diff that compares the XML in two Documents using a specific DifferenceEngineDiff(org.w3c.dom.Document controlDoc, org.w3c.dom.Document testDoc, DifferenceEngineContract comparator, ElementQualifier elementQualifier)
Construct a Diff that compares the XML in two Documents using a specific DifferenceEngine and ElementQualifier
-