See: Description
Interface | Description |
---|---|
MockMvcBuilder |
Builds a
MockMvc . |
MvcResult |
Provides access to the result of an executed request.
|
RequestBuilder |
Builds a
MockHttpServletRequest . |
ResultActions |
Allows applying actions, such as expectations, on the result of an executed
request.
|
ResultHandler |
Executes a generic action (e.g.
|
ResultMatcher |
Matches the result of an executed request against some expectation.
|
Class | Description |
---|---|
MockMvc |
Main entry point for server-side Spring MVC test support.
|
MockMvcBuilderSupport |
Base class for MockMvc builder implementations, providing the capability to
create a
MockMvc instance. |
MockMvc