| Interface | Description |
|---|---|
| Target |
Run
Interaction and perform response verification |
| TestClassAwareTarget |
Interface to target implementations that require more information from the test class (like annotated methods)
|
| Class | Description |
|---|---|
| AmqpTarget |
Out-of-the-box implementation of
Target,
that run Interaction against message pact and verify response |
| BaseTarget |
Out-of-the-box implementation of
Target,
that run Interaction against message pact and verify response |
| HttpTarget |
Out-of-the-box implementation of
Target,
that run Interaction against http service and verify response |
| Annotation Type | Description |
|---|---|
| TestTarget |
Mark
Target for contract tests |