| Class | Description |
|---|---|
| PactRunner |
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 |
| RunStateChanges |
| Exception | Description |
|---|---|
| MissingStateChangeMethod |
| Annotation Type | Description |
|---|---|
| Consumer |
Used to pass consumer name to
PactRunner |
| Provider |
Used to pass provider name to
PactRunner |
| State |
Used to mark methods that should be run on state change
|
| TargetRequestFilter |
Annotation to mark a test method as a request filter.
|
| VerificationReports |
Annotation to control the generation of verification reports
|