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.
|
Constructor and Description |
---|
Diff(Document controlDoc,
Document testDoc,
DifferenceEngineContract comparator)
Construct a Diff that compares the XML in two Documents using a specific
DifferenceEngine
|
Diff(Document controlDoc,
Document testDoc,
DifferenceEngineContract comparator,
ElementQualifier elementQualifier)
Construct a Diff that compares the XML in two Documents using a specific
DifferenceEngine and ElementQualifier
|
Copyright © 2001–2017 XMLUnit. All rights reserved.