Package 

Class JSONMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher , org.hamcrest.SelfDescribing

    
    public final class JSONMatcher
    extends BaseMatcher<String>
                        

    A Matcher class that allows Spring mockMvc responses to be tested using the capabilities of the kjson-test library.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class JSONMatcher.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean matches(Object actual)
      Unit describeTo(Description description)
      • Methods inherited from class io.kjson.spring.test.JSONMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
      • Methods inherited from class java.lang.Object

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