jdave.containment
Class InPartialOrderContainment<T>
java.lang.Object
org.hamcrest.BaseMatcher<java.util.Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.CollectionContainment<T>
jdave.containment.InPartialOrderContainment<T>
- All Implemented Interfaces:
- IContainment<T>, org.hamcrest.Matcher<java.util.Collection<T>>, org.hamcrest.SelfDescribing
public class InPartialOrderContainment<T>
- extends CollectionContainment<T>
- Author:
- Esko Luontola, Joni Freeman
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.hamcrest.Matcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_ |
InPartialOrderContainment
public InPartialOrderContainment(java.util.Collection<T> elements)
InPartialOrderContainment
public InPartialOrderContainment(java.util.Iterator<T> elements)
InPartialOrderContainment
public InPartialOrderContainment(java.lang.Iterable<T> elements)
nullSafeMatches
public boolean nullSafeMatches(java.util.Collection<T> actual)
- Specified by:
nullSafeMatches in class CollectionContainment<T>
newEqualityCheck
protected IEqualityCheck newEqualityCheck(java.lang.Object expected)
Copyright ? 2009. All Rights Reserved.