-
- All Implemented Interfaces:
public final class JSONResultActionsDSLReplacement for Spring
ResultActionsDsl(required because many of the Spring classes have non-public constructors).
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONResultActionsjsonResultActionsprivate final ResultActionsresultActions
-
Constructor Summary
Constructors Constructor Description JSONResultActionsDSL(ResultActions resultActions)
-
Method Summary
Modifier and Type Method Description final JSONResultActionsgetJsonResultActions()final ResultActionsgetResultActions()final JSONResultActionsDSLandExpect(Function1<JSONMockMvcResultMatchersDSL, Unit> block)final MvcResultandReturn()-
-
Method Detail
-
getJsonResultActions
final JSONResultActions getJsonResultActions()
-
getResultActions
final ResultActions getResultActions()
-
andExpect
final JSONResultActionsDSL andExpect(Function1<JSONMockMvcResultMatchersDSL, Unit> block)
-
andReturn
final MvcResult andReturn()
-
-
-
-