WebTestClient
with MockMvc
for server request
handling.See: Description
Interface | Description |
---|---|
MockMvcWebTestClient |
The main class for testing Spring MVC applications via
WebTestClient
with MockMvc for server request handling. |
MockMvcWebTestClient.ControllerSpec |
Specification for configuring
MockMvc to test one or more
controllers directly, and a simple facade around
StandaloneMockMvcBuilder . |
MockMvcWebTestClient.MockMvcServerSpec<B extends MockMvcWebTestClient.MockMvcServerSpec<B>> |
Base specification for configuring
MockMvc , and a simple facade
around ConfigurableMockMvcBuilder . |
Class | Description |
---|---|
MockMvcHttpConnector |
Connector that handles requests by invoking a
MockMvc rather than
making actual requests over HTTP. |
WebTestClient
with MockMvc
for server request
handling.