public class IsJson<T>
extends org.hamcrest.TypeSafeMatcher<T>
| Constructor and Description |
|---|
IsJson(org.hamcrest.Matcher<? super com.jayway.jsonpath.ReadContext> jsonMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(T json,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T json) |
public IsJson(org.hamcrest.Matcher<? super com.jayway.jsonpath.ReadContext> jsonMatcher)