| Class | Description |
|---|---|
| ConsumerPactTest | |
| MessagePactBuilder |
PACT DSL builder for v3 specification
|
| MessagePactProviderRule | |
| PactProviderRule |
A junit rule that wraps every test annotated with
PactVerification. |
| PactRule | Deprecated
Use PactProviderRule instead
|
| Error | Description |
|---|---|
| PactMismatchException |
| Annotation Type | Description |
|---|---|
| Pact |
describes the interactions between a provider and a consumer.
|
| PactVerification |
Before each test, a mock server will be setup at given port/host that will provide mocked responses.
|