Uses of Interface
org.springframework.test.web.servlet.MvcResult
Packages that use MvcResult
Package
Description
Contains server-side support for testing Spring MVC applications.
Contains built-in
RequestBuilder
implementations.Contains built-in
ResultMatcher
and ResultHandler
implementations.-
Uses of MvcResult in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return MvcResultModifier and TypeMethodDescriptionResultActions.andReturn()
Return the result of the executed request for direct access to the results.Methods in org.springframework.test.web.servlet with parameters of type MvcResult -
Uses of MvcResult in org.springframework.test.web.servlet.request
Methods in org.springframework.test.web.servlet.request with parameters of type MvcResultModifier and TypeMethodDescriptionstatic RequestBuilder
MockMvcRequestBuilders.asyncDispatch
(MvcResult mvcResult) Create aRequestBuilder
for an async dispatch from theMvcResult
of the request that started async processing. -
Uses of MvcResult in org.springframework.test.web.servlet.result
Methods in org.springframework.test.web.servlet.result with parameters of type MvcResultModifier and TypeMethodDescriptionfinal void
PrintMvcResult
details.protected void
PrintingResultHandler.printAsyncResult
(MvcResult result)