Interface WebTestClientResponse
- All Superinterfaces:
io.restassured.response.ResponseBody<WebTestClientResponse>,io.restassured.response.ResponseBodyData,io.restassured.response.ResponseBodyExtractionOptions,io.restassured.response.ResponseOptions<WebTestClientResponse>,io.restassured.response.Validatable<ValidatableWebTestClientResponse,WebTestClientResponse>
- All Known Implementing Classes:
WebTestClientRestAssuredResponseImpl
public interface WebTestClientResponse
extends io.restassured.response.ResponseBody<WebTestClientResponse>, io.restassured.response.ResponseOptions<WebTestClientResponse>, io.restassured.response.Validatable<ValidatableWebTestClientResponse,WebTestClientResponse>
-
Method Summary
Methods 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, timeInMethods inherited from interface io.restassured.response.Validatable
then