Package com.jayway.jsonpath.matchers
Class WithJsonPath<T>
java.lang.Object
org.hamcrest.BaseMatcher<ReadContext>
org.hamcrest.TypeSafeMatcher<ReadContext>
com.jayway.jsonpath.matchers.WithJsonPath<T>
- All Implemented Interfaces:
org.hamcrest.Matcher<ReadContext>,org.hamcrest.SelfDescribing
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(ReadContext context, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(ReadContext context) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
jsonPath
-
resultMatcher
-
-
Constructor Details
-
WithJsonPath
-
-
Method Details
-
matchesSafely
- Specified by:
matchesSafelyin classorg.hamcrest.TypeSafeMatcher<ReadContext>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatchSafely
protected void describeMismatchSafely(ReadContext context, org.hamcrest.Description mismatchDescription) - Overrides:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<ReadContext>
-