public class IsInMatcher extends AbstractCollectionMatcher
| Constructor and Description |
|---|
IsInMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Parameter parameter,
Object actual,
Collection collection)
Used to find out if a collection satisfies the condition set forth by this matcher
|
matchesmatchesprotected boolean matches(Parameter parameter, Object actual, Collection collection)
AbstractCollectionMatchermatches in class AbstractCollectionMatcherparameter - the parameteractual - the actual valuecollection - the collectionCopyright © 2014–2016. All rights reserved.