Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private DifferenceEngineContract |
Diff.differenceEngine |
Modifier and Type | Method and Description |
---|---|
private DifferenceEngineContract |
Diff.getDifferenceEngine()
Lazily initializes the difference engine if it hasn't been set
via a constructor.
|
Constructor and 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
DifferenceEngine
|
Diff(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
|