Uses of Interface
io.contract_testing.contractcase.definitions.interactions.http.HttpExample
-
Packages that use HttpExample Package Description io.contract_testing.contractcase.definitions.interactions.http -
-
Uses of HttpExample in io.contract_testing.contractcase.definitions.interactions.http
Classes in io.contract_testing.contractcase.definitions.interactions.http that implement HttpExample Modifier and Type Class Description static classHttpExample.Jsii$ProxyAn implementation forHttpExampleMethods in io.contract_testing.contractcase.definitions.interactions.http that return HttpExample Modifier and Type Method Description HttpExampleHttpExample.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.interactions.http with parameters of type HttpExample Constructor Description WillReceiveHttpRequest(HttpExample httpExample)Defines an example that expects to receive an HTTP request.WillSendHttpRequest(HttpExample httpExample)Defines an example that expects to send an HTTP request.
-