Uses of Class
step.testing.regression.helpers.http.HttpResponse
-
Packages that use HttpResponse Package Description step.testing.regression.helpers.http -
-
Uses of HttpResponse in step.testing.regression.helpers.http
Methods in step.testing.regression.helpers.http that return HttpResponse Modifier and Type Method Description protected HttpResponseHttpClient. executeAndGetComplexResponse(org.apache.http.client.methods.HttpUriRequest request)HttpResponseHttpClient. executeRequest(String host, javax.json.JsonObject requestData)HttpResponseHttpClient. executeRequestInContext(HttpRequest request)Methods in step.testing.regression.helpers.http with parameters of type HttpResponse Modifier and Type Method Description static javax.json.JsonStructureJsonHelper. checkJsonResponse(HttpResponse httpResponse, javax.json.JsonValue.ValueType valueType, int httpStatus, step.grid.agent.handler.context.OutputMessageBuilder output)
-