Interface | Description |
---|---|
OverrideablePactLoader |
Allows the Pact URL to be overridden (for example, when verifying a Pact from a Webhook call)
|
PactLoader |
Encapsulate logic for loading pacts
|
Class | Description |
---|---|
PactBrokerLoader |
Out-of-the-box implementation of {@link PactLoader} that downloads pacts from Pact broker
|
PactFolderLoader<I extends Interaction> |
Out-of-the-box implementation of
interface PactLoader
that loads pacts from either a subfolder of project resource folder or a directory |
PactUrlLoader |
Implementation of
interface PactLoader that downloads pacts from given urls |
SelectorResult | |
VersionedPactUrlLoader |
Implementation of
interface PactLoader that downloads pacts from given urls containing versions to be filtered in
from system properties. |
Exception | Description |
---|---|
NoPactsFoundException |