public class XPathRegexAssert extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertXPathMatches(String regex,
String xpath,
Document doc) |
static void |
assertXPathMatches(String regex,
String xpath,
Reader reader) |
static void |
assertXPathMatches(String regex,
String xpath,
String xml) |
static void |
assertXPathMatches(String message,
String regex,
String xpath,
Document doc) |
static void |
assertXPathMatches(String message,
String regex,
String xpath,
Reader reader) |
static void |
assertXPathMatches(String message,
String regex,
String xpath,
String xml) |
public static void assertXPathMatches(String message, String regex, String xpath, Document doc) throws XpathException
XpathExceptionpublic static void assertXPathMatches(String message, String regex, String xpath, String xml) throws XpathException, SAXException, IOException
XpathExceptionSAXExceptionIOExceptionpublic static void assertXPathMatches(String message, String regex, String xpath, Reader reader) throws XpathException, SAXException, IOException
XpathExceptionSAXExceptionIOExceptionpublic static void assertXPathMatches(String regex, String xpath, Document doc) throws XpathException
XpathExceptionpublic static void assertXPathMatches(String regex, String xpath, String xml) throws XpathException, SAXException, IOException
XpathExceptionSAXExceptionIOExceptionpublic static void assertXPathMatches(String regex, String xpath, Reader reader) throws XpathException, SAXException, IOException
XpathExceptionSAXExceptionIOExceptionCopyright © 2001–2021 XMLUnit. All rights reserved.