public class JSONAssertion extends Object implements io.restassured.internal.common.assertion.Assertion, groovy.lang.GroovyObject
| Constructor and Description |
|---|
JSONAssertion() |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
Object |
getAsJsonObject(Object object) |
String |
getKey() |
groovy.lang.MetaClass |
getMetaClass() |
Map |
getParams() |
Object |
getResult(Object object,
Object config) |
void |
setKey(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setParams(Map value) |
public String getKey()
public void setKey(String value)
public Map getParams()
public void setParams(Map value)
public Object getResult(Object object, Object config)
getResult in interface io.restassured.internal.common.assertion.Assertionpublic String description()
description in interface io.restassured.internal.common.assertion.Assertionpublic 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.