Uses of Interface
org.springframework.test.web.servlet.MvcResult
Packages that use MvcResult Package Description org.springframework.test.web.servlet Contains server-side support for testing Spring MVC applications.org.springframework.test.web.servlet.request Contains built-inRequestBuilderimplementations.org.springframework.test.web.servlet.result Contains built-inResultMatcherandResultHandlerimplementations.Uses of MvcResult in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return MvcResult Modifier and Type Method Description MvcResultResultActions. andReturn()Return the result of the executed request for direct access to the results.Uses of MvcResult in org.springframework.test.web.servlet.request
Methods in org.springframework.test.web.servlet.request with parameters of type MvcResult Modifier and Type Method Description static 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.result
Methods in org.springframework.test.web.servlet.result with parameters of type MvcResult Modifier and Type Method Description voidPrintingResultHandler. handle(MvcResult result)PrintMvcResultdetails.protected voidPrintingResultHandler. printAsyncResult(MvcResult result)