Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Method and Description |
---|---|
NodeDetail |
Difference.getControlNodeDetail() |
NodeDetail |
Difference.getTestNodeDetail() |
static NodeDetail |
NewDifferenceEngine.toNodeDetail(Comparison.Detail detail) |
Modifier and Type | Method and Description |
---|---|
static void |
NodeDescriptor.appendNodeDetail(StringBuffer buf,
NodeDetail nodeDetail)
Convert a Node into a simple String representation
and append to StringBuffer
|
Constructor and Description |
---|
Difference(Difference prototype,
NodeDetail controlNodeDetail,
NodeDetail testNodeDetail)
Copy constructor using prototype Difference and
encountered NodeDetails
|
Copyright © 2001–2017 XMLUnit. All rights reserved.