Changed Classes |
DefaultMockMvcBuilder
|
An concrete implementation of MockMvcBuilder with methods for
configuring filters, default request properties, and global expectations and
result actions. |
MockMvcBuilders
|
The main class to import to access all available MockMvcBuilders. |
StandaloneMockMvcBuilder
|
A MockMvcBuilder that accepts {@code @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. |