Uses of Class
org.custommonkey.xmlunit.Diff
-
Uses of Diff in org.custommonkey.xmlunit
Modifier and TypeClassDescriptionclass
Compares and describes all the differences between two XML documents.Modifier and TypeMethodDescriptionXMLTestCase.compareXML
(Reader control, Reader test) Compare XML documents provided by two Reader classesXMLTestCase.compareXML
(Reader control, String test) Compare XML documents provided by two Reader classesXMLTestCase.compareXML
(String control, Reader test) Compare XML documents provided by two Reader classesXMLTestCase.compareXML
(String control, String test) Compare two XML documents provided as stringsXMLTestCase.compareXML
(Document control, Document test) Compare two XML documents provided as stringsXMLTestCase.compareXML
(InputSource control, InputSource test) Compare XML documents provided by two InputSource classesstatic Diff
XMLUnit.compareXML
(Reader control, Reader test) Compare XML documents provided by two Reader classesstatic Diff
XMLUnit.compareXML
(Reader control, String test) Compare XML documents provided by two Reader classesstatic Diff
XMLUnit.compareXML
(String control, Reader test) Compare XML documents provided by two Reader classesstatic Diff
XMLUnit.compareXML
(String control, String test) Compare two XML documents provided as stringsstatic Diff
XMLUnit.compareXML
(Document control, Document test) Compare two XML documents provided as stringsstatic Diff
XMLUnit.compareXML
(InputSource control, InputSource test) Compare XML documents provided by two InputSource classesModifier and TypeMethodDescriptionstatic void
XMLAssert.assertXMLEqual
(String msg, Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not similar.static void
XMLAssert.assertXMLEqual
(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.void
XMLTestCase.assertXMLEqual
(Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not similar.static void
XMLAssert.assertXMLIdentical
(String msg, Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not identicalstatic void
XMLAssert.assertXMLIdentical
(Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not identicalvoid
XMLTestCase.assertXMLIdentical
(String msg, Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not identicalvoid
XMLTestCase.assertXMLIdentical
(Diff diff, boolean assertion) Assert that the result of an XML comparison is or is not identicalModifierConstructorDescriptionDetailedDiff
(Diff prototype) Create a new instance based on a prototypical Diff instanceprotected
Construct a Diff from a prototypical instance.