public class PactBrokerLoader implements PactLoader
Out-of-the-box implementation of PactLoader that downloads pacts from Pact broker
| Constructor and Description |
|---|
PactBrokerLoader() |
PactBrokerLoader() |
PactBrokerLoader() |
| Modifier and Type | Method and Description |
|---|---|
au.com.dius.pact.model.PactSource |
getPactSource() |
boolean |
isFailIfNoPactsFound() |
java.util.List<au.com.dius.pact.model.Pact> |
load() |
void |
setFailIfNoPactsFound() |
getPactSource, load