Uses of Interface
org.custommonkey.xmlunit.XMLConstants
Packages that use XMLConstants
-
Uses of XMLConstants in org.custommonkey.xmlunit
Subinterfaces of XMLConstants in org.custommonkey.xmlunitModifier and TypeInterfaceDescriptioninterface
A convenient place to hang constants relating to XSL transformationsClasses in org.custommonkey.xmlunit that implement XMLConstantsModifier and TypeClassDescriptionclass
Class for describing Nodesclass
Simple class for accessing the Nodes matched by an Xpath expression, or evaluating the String value of an Xpath expression.class
Collection of static methods so that XML assertion facilities are available in any class, not just test suites.class
JUnit TestCase subclass: extend this to add XML assertion facilities to your test suites.class
Tracks Nodes visited by the DifferenceEngine and converts that information into an Xpath-String to supply to the NodeDetail of a Difference instance.