| Interface | Description |
|---|---|
| Consumer |
Used to pass consumer name to Pact runner
|
| Provider |
Used to pass provider name to Pact runner
|
| State |
Used to mark methods that should be run on state change
|
| TargetRequestFilter |
Annotation to mark a test method as a request filter. The method must receive a single HttpRequest parameter
|
| VerificationReports |
Annotation to control the generation of verification reports
|
| Class | Description |
|---|---|
| JUnitProviderTestSupport |
| Enum | Description |
|---|---|
| StateChangeAction |
| Exception | Description |
|---|---|
| MissingStateChangeMethod |