Package org.custommonkey.xmlunit.examples

Class Summary
CaseInsensitiveDifferenceListener Ignores case for all textual content.
CountingNodeTester Counts the number of nodes in a document to allow assertions to be made using a NodeTest.
FloatingPointTolerantDifferenceListener Expects texts to be floating point numbers and treats them as identical if they only differ by a given tolerance value (or less).
MultiLevelElementNameAndTextQualifier Per popular request an interface implementation that uses element names and the text node containes in the n'th child node to compare elements.
RecursiveElementNameAndTextQualifier Compares all Element and Text nodes in two pieces of XML.
TextDifferenceListenerBase Base class that delegates all differences to another DifferenceListener.
XPathRegexAssert Example demonstrating how to use the XPath API of XMLUnit in conjunction with regular expressions (as provided by the java.util.regex package of JDK 1.4+).
 


XMLUnit is hosted by sourceforge.net