ResultMatcher and ResultHandler implementations.See: Description
| Interface | Description |
|---|---|
| PrintingResultHandler.ResultValuePrinter |
A contract for how to actually write result information.
|
| Class | Description |
|---|---|
| ContentResultMatchers |
Factory for response content assertions.
|
| CookieResultMatchers |
Factory for response cookie assertions.
|
| FlashAttributeResultMatchers |
Factory for "output" flash attribute assertions.
|
| HandlerResultMatchers |
Factory for assertions on the selected handler.
|
| HeaderResultMatchers |
Factory for response header assertions.
|
| JsonPathResultMatchers |
Factory for assertions on the response content using JSONPath expressions.
|
| MockMvcResultHandlers |
Static, factory methods for
ResultHandler-based result actions. |
| MockMvcResultMatchers |
Static, factory methods for
ResultMatcher-based result actions. |
| ModelResultMatchers |
Factory for assertions on the model.
|
| PrintingResultHandler |
Result handler that prints
MvcResult details to the "standard" output
stream. |
| RequestResultMatchers |
Factory for assertions on the request.
|
| StatusResultMatchers |
Factory for assertions on the response status.
|
| ViewResultMatchers |
Factory for assertions on the selected view.
|
| XpathResultMatchers |
Factory for response content
ResultMatcher's using an XPath
expression. |
ResultMatcher and ResultHandler implementations.
Use MockMvcResultMatchers
and MockMvcResultHandlers
to access to instances of those implementations.