Uses of Class
org.custommonkey.xmlunit.Diff
-
Packages that use Diff Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer. -
-
Uses of Diff in org.custommonkey.xmlunit
Subclasses of Diff in org.custommonkey.xmlunit Modifier and Type Class Description classDetailedDiffCompares and describes all the differences between two XML documents.Methods in org.custommonkey.xmlunit that return Diff Modifier and Type Method Description DiffXMLTestCase. compareXML(Reader control, Reader test)Compare XML documents provided by two Reader classesDiffXMLTestCase. compareXML(Reader control, String test)Compare XML documents provided by two Reader classesDiffXMLTestCase. compareXML(String control, Reader test)Compare XML documents provided by two Reader classesDiffXMLTestCase. compareXML(String control, String test)Compare two XML documents provided as stringsDiffXMLTestCase. compareXML(Document control, Document test)Compare two XML documents provided as stringsDiffXMLTestCase. compareXML(InputSource control, InputSource test)Compare XML documents provided by two InputSource classesstatic DiffXMLUnit. compareXML(Reader control, Reader test)Compare XML documents provided by two Reader classesstatic DiffXMLUnit. compareXML(Reader control, String test)Compare XML documents provided by two Reader classesstatic DiffXMLUnit. compareXML(String control, Reader test)Compare XML documents provided by two Reader classesstatic DiffXMLUnit. compareXML(String control, String test)Compare two XML documents provided as stringsstatic DiffXMLUnit. compareXML(Document control, Document test)Compare two XML documents provided as stringsstatic DiffXMLUnit. compareXML(InputSource control, InputSource test)Compare XML documents provided by two InputSource classesMethods in org.custommonkey.xmlunit with parameters of type Diff Modifier and Type Method Description static voidXMLAssert. assertXMLEqual(String msg, Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not similar.static voidXMLAssert. assertXMLEqual(Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not similar.voidXMLTestCase. assertXMLEqual(String msg, Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not similar.voidXMLTestCase. assertXMLEqual(Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not similar.static voidXMLAssert. assertXMLIdentical(String msg, Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not identicalstatic voidXMLAssert. assertXMLIdentical(Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not identicalvoidXMLTestCase. assertXMLIdentical(String msg, Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not identicalvoidXMLTestCase. assertXMLIdentical(Diff diff, boolean assertion)Assert that the result of an XML comparison is or is not identicalConstructors in org.custommonkey.xmlunit with parameters of type Diff Constructor Description DetailedDiff(Diff prototype)Create a new instance based on a prototypical Diff instanceDiff(Diff prototype)Construct a Diff from a prototypical instance.
-