| Interface | Description |
|---|---|
| IConsumerVersionSelectors |
Interface which defines a consumer version selector method with the correct signature
|
| PactLoader |
Encapsulate logic for loading pacts
|
| Exception | Description |
|---|---|
| NoPactsFoundException |
| Annotation Type | Description |
|---|---|
| Authentication |
Defines the authentication scheme to use with URLs
|
| PactBroker |
Used to point Pact runner to source of pacts for contract tests
Default values can be set by setting the `pactbroker.*` system properties
|
| PactBrokerAuth |
Defines the authentication scheme to use with the pact broker
|
| PactBrokerConsumerVersionSelectors |
Used to mark a method that will set up any consumer version selectors required for a Pact verification test
|
| PactFilter |
Annotation to filter pacts.
|
| PactFolder |
Used to point Pact runner to source of pacts for contract tests
|
| PactSource |
Point out which
PactLoader use for pact loading |
| PactUrl |
Used to point Pact runner to source of pacts for contract tests
|
| VersionedPactUrl |
Used to point Pact runner to a versioned source of pacts for contract tests.
|
| VersionSelector |
Used to specify which versions to use when querying the Pact matrix.
|