public class WithoutJsonPath
extends org.hamcrest.TypeSafeDiagnosingMatcher<com.jayway.jsonpath.ReadContext>
| Constructor and Description |
|---|
WithoutJsonPath(com.jayway.jsonpath.JsonPath jsonPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(com.jayway.jsonpath.ReadContext actual,
org.hamcrest.Description mismatchDescription) |
protected boolean matchesSafely(com.jayway.jsonpath.ReadContext actual,
org.hamcrest.Description mismatchDescription)
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<com.jayway.jsonpath.ReadContext>public void describeTo(org.hamcrest.Description description)