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