MockMvcBuilder
implementations.See: Description
Class | Description |
---|---|
AbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>> |
An abstract implementation of
MockMvcBuilder
with common methods for configuring filters, default request properties, global
expectations and global result actions. |
DefaultMockMvcBuilder |
An concrete implementation of
AbstractMockMvcBuilder that simply
provides the WebApplicationContext given to it as a constructor argument. |
MockMvcBuilders |
The main class to import to access all available
MockMvcBuilder s. |
StandaloneMockMvcBuilder |
A MockMvcBuilder that accepts
@Controller registrations thus allowing
full control over the instantiation and the initialization of controllers and
their dependencies similar to plain unit tests, and also making it possible
to test one controller at a time. |
MockMvcBuilder
implementations.
Use MockMvcBuilders
to access to instances of those implementations.