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.
|
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 response content
ResultMatcher 's using an XPath
expression. |
Copyright © 2015. All rights reserved.