| 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)
|
| TestTarget |
Mark au.com.dius.pact.provider.junit.target.Target for contract tests
|
| 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
|