public class RestAssuredMatchers extends Object
| Constructor and Description |
|---|
RestAssuredMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<String> |
matchesDtd(File dtd)
Evaluates to true if an XML string matches the supplied DTD.
|
static org.hamcrest.Matcher<String> |
matchesDtd(InputStream dtd)
Evaluates to true if an XML string matches the supplied DTD.
|
static org.hamcrest.Matcher<String> |
matchesDtd(String dtd)
Evaluates to true if an XML string matches the supplied DTD.
|
static org.hamcrest.Matcher<String> |
matchesDtd(URL url)
Evaluates to true if an XML string matches the supplied DTD.
|
static org.hamcrest.Matcher<String> |
matchesXsd(File xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static org.hamcrest.Matcher<String> |
matchesXsd(InputStream xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static org.hamcrest.Matcher<String> |
matchesXsd(Reader xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static org.hamcrest.Matcher<String> |
matchesXsd(String xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
public static org.hamcrest.Matcher<String> matchesXsd(String xsd)
xsd - The XSD to matchpublic static org.hamcrest.Matcher<String> matchesXsd(InputStream xsd)
xsd - The XSD to matchpublic static org.hamcrest.Matcher<String> matchesXsd(Reader xsd)
xsd - The XSD to matchpublic static org.hamcrest.Matcher<String> matchesXsd(File xsd)
xsd - The XSD to matchpublic static org.hamcrest.Matcher<String> matchesDtd(String dtd)
dtd - The DTD to matchpublic static org.hamcrest.Matcher<String> matchesDtd(InputStream dtd)
dtd - The DTD to matchpublic static org.hamcrest.Matcher<String> matchesDtd(File dtd)
dtd - The DTD to matchCopyright © 2010–2014. All rights reserved.