public class ConsumerPactBuilder
| Constructor and Description |
|---|
ConsumerPactBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerPactBuilder |
consumer()
Name the consumer of the pact
|
java.lang.String |
getConsumerName()
Returns the name of the consumer
|
java.util.List<au.com.dius.pact.core.model.RequestResponseInteraction> |
getInteractions() |
PactDslWithProvider |
hasPactWith()
Name the provider that the consumer has a pact with
|
static PactDslJsonBody |
jsonBody() |
static java.lang.String |
xmlToString() |
public static ConsumerPactBuilder consumer()
Name the consumer of the pact
public PactDslWithProvider hasPactWith()
Name the provider that the consumer has a pact with
public static PactDslJsonBody jsonBody()
public static java.lang.String xmlToString()
public java.lang.String getConsumerName()
Returns the name of the consumer
public java.util.List<au.com.dius.pact.core.model.RequestResponseInteraction> getInteractions()