| Interface | Description |
|---|---|
| IgnoreNoPactsToVerify |
With this annotation set on the test class, the pact runner will ignore the fact that there are no pacts to verify.
|
| Class | Description |
|---|---|
| FilteredPactRunner<I extends Interaction> | Deprecated |
| InteractionRunner<I extends Interaction> |
Internal class to support pact test running
|
| MessagePactRunner<I extends Interaction> |
Pact runner that only verifies message pacts
|
| PactRunner<I extends Interaction> |
JUnit Runner runs pacts against provider
To set up name of tested provider use Provider annotation
To point on pact's source use PactBroker, PactFolder or PactSource annotations
|
| RestPactRunner<I extends Interaction> | |
| RunStateChanges |