Class WithoutJsonPath

java.lang.Object
org.hamcrest.BaseMatcher<ReadContext>
org.hamcrest.TypeSafeDiagnosingMatcher<ReadContext>
com.jayway.jsonpath.matchers.WithoutJsonPath
All Implemented Interfaces:
org.hamcrest.Matcher<ReadContext>, org.hamcrest.SelfDescribing

public class WithoutJsonPath extends org.hamcrest.TypeSafeDiagnosingMatcher<ReadContext>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final JsonPath
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    describeTo(org.hamcrest.Description description)
     
    protected boolean
    matchesSafely(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • jsonPath

      private final JsonPath jsonPath
  • Constructor Details

    • WithoutJsonPath

      public WithoutJsonPath(JsonPath jsonPath)
  • Method Details

    • matchesSafely

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

      public void describeTo(org.hamcrest.Description description)