Class WebTestClientRestAssuredResponseImpl
java.lang.Object
io.restassured.internal.RestAssuredResponseOptionsImpl<WebTestClientResponse>
io.restassured.module.webtestclient.internal.WebTestClientRestAssuredResponseImpl
- All Implemented Interfaces:
WebTestClientResponse,io.restassured.response.ExtractableResponse<WebTestClientResponse>,io.restassured.response.ResponseBody<WebTestClientResponse>,io.restassured.response.ResponseBodyData,io.restassured.response.ResponseBodyExtractionOptions,io.restassured.response.ResponseOptions<WebTestClientResponse>,io.restassured.response.Validatable<ValidatableWebTestClientResponse,WebTestClientResponse>
public class WebTestClientRestAssuredResponseImpl
extends io.restassured.internal.RestAssuredResponseOptionsImpl<WebTestClientResponse>
implements WebTestClientResponse
-
Field Summary
Fields inherited from class io.restassured.internal.RestAssuredResponseOptionsImpl
groovyResponse -
Constructor Summary
ConstructorsConstructorDescriptionWebTestClientRestAssuredResponseImpl(org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec responseSpec, io.restassured.internal.log.LogRepository logRepository) -
Method Summary
Methods inherited from class io.restassured.internal.RestAssuredResponseOptionsImpl
andReturn, as, as, as, as, as, as, as, asByteArray, asInputStream, asPrettyString, asString, asString, body, contentType, cookie, cookies, detailedCookie, detailedCookies, getApacheHttpContext, getBody, getConfig, getConnectionManager, getContent, getContentType, getCookie, getCookies, getDecoderConfig, getDefaultContentType, getDetailedCookie, getDetailedCookies, getFilterContextProperties, getGroovyResponse, getHasExpectations, getHeader, getHeaders, getLogRepository, getResponseHeaders, getRpr, getSessionId, getSessionIdName, getStatusCode, getStatusLine, getTime, getTimeIn, header, headers, htmlPath, isInputStream, jsonPath, jsonPath, path, peek, prettyPeek, prettyPrint, print, response, sessionId, setApacheHttpContext, setConfig, setConnectionManager, setContent, setContentType, setCookies, setDecoderConfig, setDefaultContentType, setFilterContextProperties, setGroovyResponse, setHasExpectations, setLogRepository, setResponseHeaders, setRpr, setSessionIdName, setStatusCode, setStatusLine, statusCode, statusLine, thenReturn, time, timeIn, xmlPath, xmlPath, xmlPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.restassured.response.ResponseBody
peek, prettyPeek, prettyPrint, printMethods inherited from interface io.restassured.response.ResponseBodyData
asByteArray, asInputStream, asPrettyString, asStringMethods inherited from interface io.restassured.response.ResponseBodyExtractionOptions
as, as, as, as, as, as, as, htmlPath, jsonPath, jsonPath, path, xmlPath, xmlPath, xmlPathMethods inherited from interface io.restassured.response.ResponseOptions
andReturn, body, contentType, cookie, cookies, detailedCookie, detailedCookies, getBody, getContentType, getCookie, getCookies, getDetailedCookie, getDetailedCookies, getHeader, getHeaders, getSessionId, getStatusCode, getStatusLine, getTime, getTimeIn, header, headers, sessionId, statusCode, statusLine, thenReturn, time, timeIn
-
Constructor Details
-
WebTestClientRestAssuredResponseImpl
public WebTestClientRestAssuredResponseImpl(org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec responseSpec, io.restassured.internal.log.LogRepository logRepository)
-
-
Method Details
-
then
- Specified by:
thenin interfaceio.restassured.response.Validatable<ValidatableWebTestClientResponse,WebTestClientResponse>
-