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.servletMethods 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.requestMethods in org.springframework.test.web.servlet.request with parameters of type MvcResultModifier and TypeMethodDescriptionstatic RequestBuilderMockMvcRequestBuilders.asyncDispatch(MvcResult mvcResult) Create aRequestBuilderfor an async dispatch from theMvcResultof the request that started async processing.
- 
Uses of MvcResult in org.springframework.test.web.servlet.resultMethods in org.springframework.test.web.servlet.result with parameters of type MvcResultModifier and TypeMethodDescriptionfinal voidPrintMvcResultdetails.protected voidPrintingResultHandler.printAsyncResult(MvcResult result)