public abstract class StringIsJson extends org.hamcrest.TypeSafeMatcher<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringIsJson.Array
Json array as string.
|
static class |
StringIsJson.Object
Json object as string.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(String item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(String item) |
Copyright © 2019. All rights reserved.