public class Pact extends Object
| Constructor and Description |
|---|
Pact(String consumerName,
String providerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInteraction(PactInteraction pactInteraction) |
PactCollaborator |
getConsumer() |
List<PactInteraction> |
getInteractions() |
PactCollaborator |
getProvider() |
public List<PactInteraction> getInteractions()
public void addInteraction(PactInteraction pactInteraction)
public PactCollaborator getConsumer()
public PactCollaborator getProvider()
Copyright © 2017–2022 Atlassian. All rights reserved.