Constructor and Description |
---|
PayloadsMatcher(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
Constructs an instance that uses the given
matcher to match the payloads. |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object item) |
public PayloadsMatcher(org.hamcrest.Matcher<? extends Iterable<?>> matcher)
matcher
to match the payloads.matcher
- The matcher to match the payloads withpublic boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
Copyright © 2010–2018. All rights reserved.