Uses of Class
io.contract_testing.contractcase.definitions.matchers.http.HttpResponse.Builder
-
Packages that use HttpResponse.Builder Package Description io.contract_testing.contractcase.definitions.matchers.http -
-
Uses of HttpResponse.Builder in io.contract_testing.contractcase.definitions.matchers.http
Methods in io.contract_testing.contractcase.definitions.matchers.http that return HttpResponse.Builder Modifier and Type Method Description HttpResponse.BuilderHttpResponse.Builder. body(Object body)A test equivalence matcher or json object that describes the body for this response.static HttpResponse.BuilderHttpResponse.Builder. create()HttpResponse.BuilderHttpResponse.Builder. headers(Object headers)A Map of header names and associated test-equivalence matcher values accepted by this example.HttpResponse.BuilderHttpResponse.Builder. status(Object status)Any test-equivalence matcher, string, or number for the HTTP status code accepted by this example (Recommended: Use theHttpStatusCodematcher).HttpResponse.BuilderHttpResponse.Builder. uniqueName(String uniqueName)What unique name, if any, to give to this response.
-