| Interface | Description |
|---|---|
| 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
By default it will scan all packages for annotated methods, but a list of packages can be provided to reduce
the performance cost
|
| 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
|