Uses of Interface
org.springframework.test.web.servlet.ResultActions
Packages that use ResultActions Package Description org.springframework.test.web.servlet Contains server-side support for testing Spring MVC applications.Uses of ResultActions in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return ResultActions Modifier and Type Method Description ResultActionsResultActions. andDo(ResultHandler handler)Perform a general action.ResultActionsResultActions. andExpect(ResultMatcher matcher)Perform an expectation.ResultActionsMockMvc. perform(RequestBuilder requestBuilder)Perform a request and return a type that allows chaining further actions, such as asserting expectations, on the result.