| Name | Description | Type | Package | Framework |
| 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 |
| 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 |
| JsonPathResultMatchers | Factory for assertions on the response content usingJsonPath expressions. | Class | org.springframework.test.web.servlet.result | 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 |
| ModelResultMatchers | Factory for assertions on the model. | Class | org.springframework.test.web.servlet.result | 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 |
| 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 |
| StatusResultMatchers | Factory for assertions on the response status. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| ViewResultMatchers | Factory for assertions on the selected view. | Class | org.springframework.test.web.servlet.result | Spring MVC |
| XpathResultMatchers | Factory for assertions on the response content using XPath expressions. | Class | org.springframework.test.web.servlet.result | Spring MVC |