Uses of Class
org.custommonkey.xmlunit.Diff
Packages that use Diff
-
Uses of Diff in org.custommonkey.xmlunit
Subclasses of Diff in org.custommonkey.xmlunitModifier and TypeClassDescriptionclassCompares and describes all the differences between two XML documents.Methods in org.custommonkey.xmlunit that return DiffModifier 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 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 DiffModifier and TypeMethodDescriptionstatic 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 DiffModifierConstructorDescriptionDetailedDiff(Diff prototype) Create a new instance based on a prototypical Diff instanceprotectedConstruct a Diff from a prototypical instance.