public final class WithSize
extends org.hamcrest.TypeSafeMatcher<com.fasterxml.jackson.databind.JsonNode>
| Constructor and Description |
|---|
WithSize(org.hamcrest.Matcher<Integer> matcher)
Creates a new instance of this matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(com.fasterxml.jackson.databind.JsonNode node) |
describeMismatch, describeMismatchSafely, matchespublic WithSize(org.hamcrest.Matcher<Integer> matcher)
matcher - The matcher against which the size of the JSON node will be evaluatedCopyright © 2013. All Rights Reserved.