jdave.containment
Class AnyContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.CollectionContainment<T>
jdave.containment.AnyContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
public class AnyContainment<T>
- extends CollectionContainment<T>
- Author:
- Joni Freeman
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
| Methods inherited from interface org.hamcrest.Matcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
AnyContainment
public AnyContainment(Collection<T> elements)
AnyContainment
public AnyContainment(Iterator<T> elements)
AnyContainment
public AnyContainment(Iterable<T> elements)
nullSafeMatches
public boolean nullSafeMatches(Collection<T> actual)
- Specified by:
nullSafeMatches in class CollectionContainment<T>
Copyright © 2010. All Rights Reserved.