| Constructor and Description |
|---|
XmlXsdMatcher(Object xsd) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
getXsd() |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
matches(Object item) |
static org.hamcrest.Matcher<String> |
matchesXsd(File xsd) |
static org.hamcrest.Matcher<String> |
matchesXsd(InputStream xsd) |
static org.hamcrest.Matcher<String> |
matchesXsd(Reader xsd) |
static org.hamcrest.Matcher<String> |
matchesXsd(String xsd) |
static org.hamcrest.Matcher<String> |
matchesXsd(URL url) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setXsd(Object value) |
public XmlXsdMatcher(Object xsd)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Object getXsd()
public void setXsd(Object value)
public static org.hamcrest.Matcher<String> matchesXsd(InputStream xsd)
public boolean matches(Object item)
matches in interface org.hamcrest.Matcher<String>public void describeTo(org.hamcrest.Description description)
describeTo in interface org.hamcrest.SelfDescribingCopyright © 2010–2014. All rights reserved.