Package org.hamcrest.collection
Class IsIterableContainingInAnyOrder.Matching<S>
- java.lang.Object
-
- org.hamcrest.collection.IsIterableContainingInAnyOrder.Matching<S>
-
- Enclosing class:
- IsIterableContainingInAnyOrder<T>
private static class IsIterableContainingInAnyOrder.Matching<S> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Collection<Matcher<? super S>>
matchers
private Description
mismatchDescription
-
Constructor Summary
Constructors Constructor Description Matching(java.util.Collection<Matcher<? super S>> matchers, Description mismatchDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFinished(java.lang.Iterable<? extends S> items)
private boolean
isMatched(S item)
boolean
matches(S item)
-
-
-
Field Detail
-
mismatchDescription
private final Description mismatchDescription
-
-
Constructor Detail
-
Matching
public Matching(java.util.Collection<Matcher<? super S>> matchers, Description mismatchDescription)
-
-