| Interface | Description |
|---|---|
| PactLoader |
Encapsulate logic for loading pacts
|
| Class | Description |
|---|---|
| PactBrokerLoader |
Out-of-the-box implementation of
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
that downloads pacts from given urls |
| VersionedPactUrlLoader |
Implementation of
that downloads pacts from given urls containing versions to be filtered in from system properties. |
| Exception | Description |
|---|---|
| NoPactsFoundException |