Class WithoutJsonPath

  • All Implemented Interfaces:
    org.hamcrest.Matcher<com.jayway.jsonpath.ReadContext>, org.hamcrest.SelfDescribing

    public class WithoutJsonPath
    extends org.hamcrest.TypeSafeDiagnosingMatcher<com.jayway.jsonpath.ReadContext>
    • Constructor Summary

      Constructors 
      Constructor Description
      WithoutJsonPath​(com.jayway.jsonpath.JsonPath jsonPath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void describeTo​(org.hamcrest.Description description)  
      protected boolean matchesSafely​(com.jayway.jsonpath.ReadContext actual, org.hamcrest.Description mismatchDescription)  
      • Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher

        describeMismatch, matches
      • Methods inherited from class org.hamcrest.BaseMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
    • Constructor Detail

      • WithoutJsonPath

        public WithoutJsonPath​(com.jayway.jsonpath.JsonPath jsonPath)
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(com.jayway.jsonpath.ReadContext actual,
                                        org.hamcrest.Description mismatchDescription)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<com.jayway.jsonpath.ReadContext>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)