| java.lang.Object org.custommonkey.xmlunit.examples.XPathRegexAssert
XPathRegexAssert | public class XPathRegexAssert (Code) | | 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+).
|
Method Summary | |
public static void | assertXPathMatches(String message, String regex, String xpath, Document doc) | public static void | assertXPathMatches(String message, String regex, String xpath, String xml) | public static void | assertXPathMatches(String message, String regex, String xpath, Reader reader) | public static void | assertXPathMatches(String regex, String xpath, Document doc) | public static void | assertXPathMatches(String regex, String xpath, String xml) | public static void | assertXPathMatches(String regex, String xpath, Reader reader) |
|
|