org.custommonkey.xmlunit.examples |
|
Java Source File Name | Type | Comment |
ATourOfXMLUnit.java | Class | All code snippets from the "A Tour of XMLUnit" section of the the
User Guide. |
ComparingPiecesOfXML.java | Class | |
CountingNodeTester.java | Class | Counts the number of nodes in a document to allow assertions to be made
using a NodeTest. |
DOMTreeWalking.java | Class | |
MultiLevelElementNameAndTextQualifier.java | Class | Per popular request an interface implementation that uses element
names and the text node containes in the n'th child node to compare
elements.
This means
ElementNameAndTextQualifierElementNameQualifier and MultiLevelElementNameQualifier(1) should
lead to the same results.
Any attribute values ar completely ignored. |
test_CountingNodeTester.java | Class | |
test_MultiLevelElementNameAndTextQualifier.java | Class | |
test_XPathRegexAssert.java | Class | |
ValidatingXMLDocuments.java | Class | |
XPathRegexAssert.java | Class | 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+). |
XPathTests.java | Class | |