public class WithJsonPath<T> extends org.hamcrest.TypeSafeMatcher<ReadContext>
| Constructor and Description |
|---|
WithJsonPath(JsonPath jsonPath,
org.hamcrest.Matcher<T> resultMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(ReadContext context,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(ReadContext context) |
protected boolean matchesSafely(ReadContext context)
matchesSafely in class org.hamcrest.TypeSafeMatcher<ReadContext>public void describeTo(org.hamcrest.Description description)
protected void describeMismatchSafely(ReadContext context, org.hamcrest.Description mismatchDescription)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<ReadContext>Copyright © 2017. All rights reserved.