| Class | Description |
|---|---|
| MockMvcTarget |
Out-of-the-box implementation of Target,
that run RequestResponseInteraction against Spring MockMVC controllers and verify response
|
| MockTestingTarget | |
| SpringAwareAmqpTarget | Deprecated |
| SpringAwareMessageTarget |
Target for message verification that supports a spring application context. For each annotated method, the owning
bean will be looked up from the application context
|
| SpringBootHttpTarget |
This class sets up an HTTP target configured with the springboot application. Basically, it allows the port
to be overridden by the interaction runner which looks up the server
port from the spring context.
|
| WebFluxTarget |