public class IterableMatcher extends ValueMatcher
| Constructor and Description |
|---|
IterableMatcher(org.hamcrest.Matcher<? extends Iterable<?>> nestedMatcher) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
boolean |
doMatch(org.mule.runtime.api.metadata.TypedValue typedValue) |
describeTo, toPlainValueMatchermatchespublic IterableMatcher(org.hamcrest.Matcher<? extends Iterable<?>> nestedMatcher)
public boolean doMatch(org.mule.runtime.api.metadata.TypedValue typedValue)
doMatch in class ValueMatcherpublic void describeMismatch(Object item, org.hamcrest.Description description)
describeMismatch in interface org.hamcrest.Matcher<org.mule.runtime.api.metadata.TypedValue>describeMismatch in class ValueMatcherCopyright © 2019. All rights reserved.