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, print

    Methods inherited from interface io.restassured.response.ResponseBodyData

    asByteArray, asInputStream, asPrettyString, asString

    Methods inherited from interface io.restassured.response.ResponseBodyExtractionOptions

    as, as, as, as, as, as, as, htmlPath, jsonPath, jsonPath, path, xmlPath, xmlPath, xmlPath

    Methods 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

    Methods inherited from interface io.restassured.response.Validatable

    then