Object PactLambdaDslSamples
-
- All Implemented Interfaces:
public class PactLambdaDslSamplesSamples of using Lambda DSL for creating pacts.
-
-
Field Summary
Fields Modifier and Type Field Description public final static PactLambdaDslSamplesINSTANCE
-
Method Summary
Modifier and Type Method Description final RequestResponsePactrequestResponse(PactDslWithProvider builder)Shows how Lambda DSL can be used to visually separate the request and the response section from each other. -
-
Method Detail
-
requestResponse
final RequestResponsePact requestResponse(PactDslWithProvider builder)
Shows how Lambda DSL can be used to visually separate the request and the response section from each other.
-
-
-
-