Class MockServerResponse
java.lang.Object
com.atlassian.crowd.acceptance.utils.proxy.MockServerResponse
-
Constructor Summary
ConstructorsConstructorDescriptionMockServerResponse
(String urlToMock, String responseBody, io.restassured.http.ContentType contentType, io.netty.handler.codec.http.HttpResponseStatus statusCode, Consumer<io.netty.handler.codec.http.HttpRequest> callback) -
Method Summary
-
Constructor Details
-
MockServerResponse
-
-
Method Details
-
getUrlToMock
-
getResponseBody
-
getContentType
public io.restassured.http.ContentType getContentType() -
getStatusCode
public io.netty.handler.codec.http.HttpResponseStatus getStatusCode() -
getCallback
-
equals
-
hashCode
public int hashCode()
-