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
XpathException
public static void assertXPathMatches(String message, String regex, String xpath, String xml) throws XpathException, SAXException, IOException
XpathException
SAXException
IOException
public static void assertXPathMatches(String message, String regex, String xpath, Reader reader) throws XpathException, SAXException, IOException
XpathException
SAXException
IOException
public static void assertXPathMatches(String regex, String xpath, Document doc) throws XpathException
XpathException
public static void assertXPathMatches(String regex, String xpath, String xml) throws XpathException, SAXException, IOException
XpathException
SAXException
IOException
public static void assertXPathMatches(String regex, String xpath, Reader reader) throws XpathException, SAXException, IOException
XpathException
SAXException
IOException
Copyright © 2001–2017 XMLUnit. All rights reserved.