public class BodyMatcherGroup extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
BodyMatcherGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMatchers() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
leftShift(Object bodyMatcher) |
boolean |
requiresPathParsing() |
boolean |
requiresTextParsing() |
Object |
reset() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
Object |
size() |
List |
validate(Response response,
Object contentParser,
RestAssuredConfig config) |
public Object reset()
public Object size()
public List validate(Response response, Object contentParser, RestAssuredConfig config)
public boolean containsMatchers()
public boolean requiresTextParsing()
public boolean requiresPathParsing()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2022. All rights reserved.