| Name | Description | Type | Package | Framework |
| AbstractMockMvcBuilder | An abstract implementation of MockMvcBuilderwith common methods for configuring filters, default request properties, global | Class | org.springframework.test.web.servlet.setup | Spring MVC |
| ConfigurableMockMvcBuilder | Defines common methods for building a MockMvc. | Interface | org.springframework.test.web.servlet.setup | Spring MVC |
| ConfigurableSmartRequestBuilder | An extension of SmartRequestBuilder that can be configured with RequestPostProcessors. | Interface | org.springframework.test.web.servlet.request | Spring MVC |
| ContentResultMatchers | Factory for response content assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| CookieResultMatchers | Factory for response cookie assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| DefaultMockMvcBuilder | A concrete implementation of AbstractMockMvcBuilder that providesthe WebApplicationContext supplied to it as a constructor argument. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
| DelegatingWebConnection | WebConnection implementations. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| DelegatingWebConnection .DelegateWebConnection | Class | org.springframework.test.web.servlet.htmlunit.DelegatingWebConnection | Spring MVC | |
| FlashAttributeResultMatchers | Factory for output flash attribute assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| HandlerResultMatchers | Factory for assertions on the selected handler. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| HeaderResultMatchers | Factory for response header assertions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| HostRequestMatcher | A WebRequestMatcher that allows matching on the host and optionallythe port of WebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| JsonPathResultMatchers | Factory for assertions on the response content usingJsonPath expressions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| MockHttpServletRequestBuilder | Default builder for MockHttpServletRequest required as input to performrequests in MockMvc. | Class | org.springframework.test.web.servlet.request | Spring MVC |
| MockMultipartHttpServletRequestBuilder | Default builder for MockMultipartHttpServletRequest. | Class | org.springframework.test.web.servlet.request | Spring MVC |
| MockMvc | Main entry point for server-side Spring MVC test support. | Class | org.springframework.test.web.servlet | Spring MVC |
| MockMvcBuilder | Builds a MockMvc instance. | Interface | org.springframework.test.web.servlet | Spring MVC |
| MockMvcBuilders | The main class to import in order to access all available MockMvcBuilders. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
| MockMvcBuilderSupport | Base class for MockMvc builder implementations, providing the capability tocreate a MockMvc instance. | Class | org.springframework.test.web.servlet | Spring MVC |
| MockMvcConfigurer | Allows a sub-class to encapsulate logic for pre-configuring aConfigurableMockMvcBuilder for some specific purpose. | Interface | org.springframework.test.web.servlet.setup | Spring MVC |
| MockMvcConfigurerAdapter | An empty method implementation of MockMvcConfigurer. | Class | org.springframework.test.web.servlet.setup | Spring MVC |
| MockMvcHtmlUnitDriverBuilder | MockMvcHtmlUnitDriverBuilder simplifies the building of anHtmlUnitDriver that delegates to MockMvc and optionally | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
| MockMvcRequestBuilders | Static factory methods for RequestBuilders. | Class | org.springframework.test.web.servlet.request | Spring MVC |
| MockMvcResultHandlers | Static factory methods for ResultHandler-based result actions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| MockMvcResultMatchers | Static factory methods for ResultMatcher-based result actions. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| MockMvcWebClientBuilder | MockMvcWebClientBuilder simplifies the creation of an HtmlUnitWebClient that delegates to a MockMvc instance. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| MockMvcWebConnection | MockMvcWebConnection enables MockMvc to transform aWebRequest into a WebResponse. | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| MockMvcWebConnectionBuilderSupport | Support class that simplifies the creation of a WebConnection thatuses MockMvc and optionally delegates to a real WebConnection | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| ModelResultMatchers | Factory for assertions on the model. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| MvcResult | Provides access to the result of an executed request. | Interface | org.springframework.test.web.servlet | Spring MVC |
| PrintingResultHandler | Class | org.springframework.test.web.servlet.result | Spring MVC | |
| PrintingResultHandler .ResultValuePrinter | A contract for how to actually write result information. | Interface | org.springframework.test.web.servlet.result.PrintingResultHandler | Spring MVC |
| RequestBuilder | Builds a MockHttpServletRequest. | Interface | org.springframework.test.web.servlet | Spring MVC |
| RequestPostProcessor | Extension point for applications or 3rd party libraries that wish to furtherinitialize a MockHttpServletRequest instance after it has been built | Interface | org.springframework.test.web.servlet.request | Spring MVC |
| RequestResultMatchers | Factory for assertions on the request. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| ResultActions | Allows applying actions, such as expectations, on the result of an executedSee static factory methods in | Interface | org.springframework.test.web.servlet | Spring MVC |
| ResultHandler | Interface | org.springframework.test.web.servlet | Spring MVC | |
| ResultMatcher | A ResultMatcher matches the result of an executed request againstSee static factory methods in | Interface | org.springframework.test.web.servlet | Spring MVC |
| SmartRequestBuilder | RequestPostProcessorsas a separate step from the RequestBuilder. | Interface | org.springframework.test.web.servlet | Spring MVC |
| StandaloneMockMvcBuilder | A MockMvcBuilder that accepts @Controller registrationsthus allowing full control over the instantiation and initialization of | Class | org.springframework.test.web.servlet.setup | Spring MVC |
| StatusResultMatchers | Factory for assertions on the response status. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| UrlRegexRequestMatcher | A WebRequestMatcher that allows matching onWebRequest#getUrl(). | Class | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| ViewResultMatchers | Factory for assertions on the selected view. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| WebConnectionHtmlUnitDriver | WebConnectionHtmlUnitDriver enables configuration of theWebConnection for an HtmlUnitDriver instance. | Class | org.springframework.test.web.servlet.htmlunit.webdriver | Spring MVC |
| WebRequestMatcher | Strategy for matching on a WebRequest. | Interface | org.springframework.test.web.servlet.htmlunit | Spring MVC |
| XpathResultMatchers | Factory for assertions on the response content using XPath expressions. | Class | org.springframework.test.web.servlet.result | Spring MVC |