jdave.containment
Class AllContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.CollectionContainment<T>
jdave.containment.AllContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<Collection<T>>, org.hamcrest.SelfDescribing
public class AllContainment<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_ |
AllContainment
public AllContainment(Collection<T> elements)
AllContainment
public AllContainment(Iterator<T> elements)
AllContainment
public AllContainment(Iterable<T> elements)
nullSafeMatches
public boolean nullSafeMatches(Collection<T> actual)
- Specified by:
nullSafeMatches in class CollectionContainment<T>
Copyright © 2010. All Rights Reserved.