public final class ContainingValue
extends org.hamcrest.TypeSafeMatcher<com.fasterxml.jackson.databind.JsonNode>
| Constructor and Description |
|---|
ContainingValue(org.hamcrest.Matcher<?> matcher)
Create a new instance which uses the given matcher against all values in a JSON array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(com.fasterxml.jackson.databind.JsonNode node) |
describeMismatch, describeMismatchSafely, matchesCopyright © 2013. All Rights Reserved.