Uses of Interface
io.contract_testing.contractcase.definitions.matchers.http.HttpResponseExample
-
Packages that use HttpResponseExample Package Description io.contract_testing.contractcase.definitions.matchers.http -
-
Uses of HttpResponseExample in io.contract_testing.contractcase.definitions.matchers.http
Classes in io.contract_testing.contractcase.definitions.matchers.http that implement HttpResponseExample Modifier and Type Class Description static classHttpResponseExample.Jsii$ProxyAn implementation forHttpResponseExampleMethods in io.contract_testing.contractcase.definitions.matchers.http that return HttpResponseExample Modifier and Type Method Description HttpResponseExampleHttpResponseExample.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.matchers.http with parameters of type HttpResponseExample Constructor Description HttpResponse(HttpResponseExample responseExample)Matches any HTTP Response with the provided properties.
-