Package com.jayway.jsonpath.matchers
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(ReadContext actual, org.hamcrest.Description mismatchDescription) Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
jsonPath
-
-
Constructor Details
-
WithoutJsonPath
-
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeDiagnosingMatcher<ReadContext>
-
describeTo
public void describeTo(org.hamcrest.Description description)
-