public class StreamVerifier extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
StreamVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createAssertionForCustomParser(ResponseParserRegistrar rpr,
String contentType,
Object key) |
groovy.lang.MetaClass |
getMetaClass() |
static Object |
newAssertion(Response response,
Object key,
ResponseParserRegistrar rpr) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
public static Object newAssertion(Response response, Object key, ResponseParserRegistrar rpr)
public static Object createAssertionForCustomParser(ResponseParserRegistrar rpr, String contentType, Object key)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectCopyright © 2010–2020. All rights reserved.