| Constructor and Description |
|---|
JsonEqualMatcher(String expectedValue)
* Creates new matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(String actualValue,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(String actualValue) |
public JsonEqualMatcher(String expectedValue)
expectedValue - Expected JSON value.Copyright © 2016. All rights reserved.