Package 

Class JSONResultActions

  • All Implemented Interfaces:
    org.springframework.test.web.servlet.ResultActions

    
    public final class JSONResultActions
     implements ResultActions
                        

    Replacement for Spring ResultActions (required because many of the Spring classes have non-public constructors).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final MvcResult mvcResult
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONResultActions(MvcResult mvcResult)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final MvcResult getMvcResult()
      JSONResultActions andExpect(ResultMatcher matcher)
      JSONResultActions andDo(ResultHandler handler)
      MvcResult andReturn()
      • Methods inherited from class org.springframework.test.web.servlet.ResultActions

        andExpectAll
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait