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 |
|---|---|
void |
describeMismatchSafely(String item,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(String item) |
Copyright © 2012–2021 jcabi.com. All rights reserved.