Package | Description |
---|---|
org.custommonkey.xmlunit |
Root of the XMLUnit 1.x compatibility layer.
|
Modifier and Type | Class and Description |
---|---|
class |
DetailedDiff
Compares and describes all the differences between two XML documents.
|
Modifier and Type | Method and Description |
---|---|
Diff |
XMLTestCase.compareXML(Document control,
Document test)
Compare two XML documents provided as strings
|
static Diff |
XMLUnit.compareXML(Document control,
Document test)
Compare two XML documents provided as strings
|
Diff |
XMLTestCase.compareXML(InputSource control,
InputSource test)
Compare XML documents provided by two InputSource classes
|
static Diff |
XMLUnit.compareXML(InputSource control,
InputSource test)
Compare XML documents provided by two InputSource classes
|
Diff |
XMLTestCase.compareXML(Reader control,
Reader test)
Compare XML documents provided by two Reader classes
|
static Diff |
XMLUnit.compareXML(Reader control,
Reader test)
Compare XML documents provided by two Reader classes
|
Diff |
XMLTestCase.compareXML(Reader control,
String test)
Compare XML documents provided by two Reader classes
|
static Diff |
XMLUnit.compareXML(Reader control,
String test)
Compare XML documents provided by two Reader classes
|
Diff |
XMLTestCase.compareXML(String control,
Reader test)
Compare XML documents provided by two Reader classes
|
static Diff |
XMLUnit.compareXML(String control,
Reader test)
Compare XML documents provided by two Reader classes
|
Diff |
XMLTestCase.compareXML(String control,
String test)
Compare two XML documents provided as strings
|
static Diff |
XMLUnit.compareXML(String control,
String test)
Compare two XML documents provided as strings
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLAssert.assertXMLEqual(Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not similar.
|
void |
XMLTestCase.assertXMLEqual(Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not similar.
|
static void |
XMLAssert.assertXMLEqual(String msg,
Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not similar.
|
void |
XMLTestCase.assertXMLEqual(String msg,
Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not similar.
|
static void |
XMLAssert.assertXMLIdentical(Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not identical
|
void |
XMLTestCase.assertXMLIdentical(Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not identical
|
static void |
XMLAssert.assertXMLIdentical(String msg,
Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not identical
|
void |
XMLTestCase.assertXMLIdentical(String msg,
Diff diff,
boolean assertion)
Assert that the result of an XML comparison is or is not identical
|
Constructor and Description |
---|
DetailedDiff(Diff prototype)
Create a new instance based on a prototypical Diff instance
|
Diff(Diff prototype)
Construct a Diff from a prototypical instance.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.