public Pact
describes the interactions between a provider and a consumer used in JUnit tests. The annotated method has to be of following signature:
public RequestResponsePact providerDef1(PactDslWithProvider builder) {...}
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
consumer()
name of the consumer
|
java.lang.String |
provider()
name of the provider
|