-
- All Implemented Interfaces:
-
org.springframework.test.web.servlet.ResultActions
public final class JSONMockMvc.JSONResultActions implements ResultActions
-
-
Field Summary
Fields Modifier and Type Field Description private final MvcResultmvcResult
-
Constructor Summary
Constructors Constructor Description JSONMockMvc.JSONResultActions(MvcResult mvcResult)
-
Method Summary
Modifier and Type Method Description final MvcResultgetMvcResult()JSONMockMvc.JSONResultActionsandExpect(ResultMatcher matcher)JSONMockMvc.JSONResultActionsandDo(ResultHandler handler)MvcResultandReturn()-
-
Method Detail
-
getMvcResult
final MvcResult getMvcResult()
-
andExpect
JSONMockMvc.JSONResultActions andExpect(ResultMatcher matcher)
-
andDo
JSONMockMvc.JSONResultActions andDo(ResultHandler handler)
-
andReturn
MvcResult andReturn()
-
-
-
-