Uses of Interface
org.springframework.test.web.servlet.MvcResult
Package
Description
Contains server-side support for testing Spring MVC applications.
AssertJ support for MockMvc.
Contains built-in
RequestBuilder
implementations.Contains built-in
ResultMatcher
and ResultHandler
implementations.-
Uses of MvcResult in org.springframework.test.web.servlet
Modifier and TypeMethodDescriptionResultActions.andReturn()
Return the result of the executed request for direct access to the results. -
Uses of MvcResult in org.springframework.test.web.servlet.assertj
Modifier and TypeMethodDescriptionMvcTestResult.getMvcResult()
Return the result of the processing.protected MvcResult
MvcTestResultAssert.getMvcResult()
-
Uses of MvcResult in org.springframework.test.web.servlet.request
Modifier 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
Modifier and TypeMethodDescriptionfinal void
PrintMvcResult
details.protected void
PrintingResultHandler.printAsyncResult
(MvcResult result)