public abstract class ResponseSpecificationDecorated
extends java.lang.Object
implements io.restassured.specification.FilterableResponseSpecification
| Constructor and Description |
|---|
ResponseSpecificationDecorated(io.restassured.internal.ResponseSpecificationImpl core) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
io.restassured.config.RestAssuredConfig |
getConfig() |
io.restassured.internal.ResponseParserRegistrar |
getRpr() |
boolean |
hasBodyAssertionsDefined() |
int |
hashCode() |
io.restassured.specification.ResponseSpecification |
response() |
void |
setConfig(io.restassured.config.RestAssuredConfig config) |
void |
setRpr(io.restassured.internal.ResponseParserRegistrar rpr) |
getClass, notify, notifyAll, toString, wait, wait, waitgetResponseContentType, getRootPath, getStatusCode, getStatusLine, hasCookieAssertions, hasHeaderAssertionsand, appendRoot, appendRoot, body, body, body, body, content, content, content, content, contentType, contentType, contentType, cookie, cookie, cookie, cookies, cookies, defaultParser, detachRoot, expect, given, header, header, header, headers, headers, log, noRoot, noRootPath, parser, request, root, root, rootPath, rootPath, spec, specification, statusCode, statusCode, statusLine, statusLine, that, then, time, time, validate, when, withpublic ResponseSpecificationDecorated(io.restassured.internal.ResponseSpecificationImpl core)
public io.restassured.specification.ResponseSpecification response()
response in interface io.restassured.specification.ResponseSpecificationpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic io.restassured.internal.ResponseParserRegistrar getRpr()
public void setRpr(io.restassured.internal.ResponseParserRegistrar rpr)
public boolean hasBodyAssertionsDefined()
public void setConfig(io.restassured.config.RestAssuredConfig config)
public io.restassured.config.RestAssuredConfig getConfig()