Class RestAssuredResponse
java.lang.Object
com.atlassian.oai.validator.restassured.RestAssuredResponse
- All Implemented Interfaces:
Response
-
Constructor Summary
ConstructorsConstructorDescriptionRestAssuredResponse(io.restassured.response.Response originalResponse) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.oai.validator.model.Response
getContentType, getHeaderValue, getResponseBody
-
Constructor Details
-
RestAssuredResponse
Deprecated.
-
-
Method Details
-
getStatus
public int getStatus() -
getBody
-
getHeaderValues
- Specified by:
getHeaderValuesin interfaceResponse
-
of
Builds aResponsefor the OpenAPI validator out of the originalResponse.- Parameters:
originalResponse- the originalResponse
-
of(io.restassured.response.Response)