private static class IsIterableContainingInAnyOrder.Matching<S>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<Matcher<? super S>> |
matchers |
private Description |
mismatchDescription |
| Constructor and Description |
|---|
Matching(java.util.Collection<Matcher<? super S>> matchers,
Description mismatchDescription) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFinished(java.lang.Iterable<? extends S> items) |
private boolean |
isMatched(S item) |
boolean |
matches(S item) |
private final Description mismatchDescription
public Matching(java.util.Collection<Matcher<? super S>> matchers, Description mismatchDescription)