Package | Description |
---|---|
io.restassured.internal.matcher.xml | |
io.restassured.matcher |
Modifier and Type | Method and Description |
---|---|
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsd(File xsd) |
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsd(InputStream xsd) |
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsd(Reader xsd) |
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsd(String xsd) |
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsd(URL url) |
static XmlXsdMatcher |
XmlXsdMatcher.matchesXsdInClasspath(String path) |
XmlXsdMatcher |
XmlXsdMatcher.using(LSResourceResolver resourceResolver) |
XmlXsdMatcher |
XmlXsdMatcher.with(LSResourceResolver resourceResolver) |
Modifier and Type | Method and Description |
---|---|
static XmlXsdMatcher |
RestAssuredMatchers.matchesXsd(File xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static XmlXsdMatcher |
RestAssuredMatchers.matchesXsd(InputStream xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static XmlXsdMatcher |
RestAssuredMatchers.matchesXsd(Reader xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static XmlXsdMatcher |
RestAssuredMatchers.matchesXsd(String xsd)
Evaluates to true if an XML string matches the supplied XSD (Xml Schema).
|
static XmlXsdMatcher |
RestAssuredMatchers.matchesXsdInClasspath(String path)
Evaluates to true if an XML file in classpath matches the supplied XSD.
|
Copyright © 2010–2019. All rights reserved.