Package | Description |
---|---|
org.springframework.test.web.servlet.result |
Contains built-in
ResultMatcher and ResultHandler implementations. |
Class and 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 or handler method.
|
HeaderResultMatchers
Factory for response header assertions.
|
JsonPathResultMatchers
Factory for assertions on the response content using
JsonPath expressions.
|
ModelResultMatchers
Factory for assertions on the model.
|
PrintingResultHandler.ResultValuePrinter
A contract for how to actually write result information.
|
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 assertions on the response content using XPath expressions.
|