Name | Type | Package | Description | Detail |
| | | |
AbstractMockMvcBuilder | Abstract Class | org.springframework.test.web.servlet.setup | An abstract implementation of MockMvcBuilderwith common methods for configuring filters, default request properties, global | Detail |
DefaultMockMvcBuilder | Class | org.springframework.test.web.servlet.setup | A concrete implementation of AbstractMockMvcBuilder that providesthe WebApplicationContext supplied to it as a constructor argument. | Detail |
MockMvcBuilderSupport | Class | org.springframework.test.web.servlet | Base class for MockMvc builder implementations, providing the capability tocreate a MockMvc instance. | Detail |
StandaloneMockMvcBuilder | Class | org.springframework.test.web.servlet.setup | A MockMvcBuilder that accepts @Controller registrationsthus allowing full control over the instantiation and initialization of | Detail |