|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<java.util.Collection<T>>
jdave.BaseMatcherContainment<T>
jdave.containment.CollectionContainment<T>
jdave.containment.AllContainment<T>
public class AllContainment<T>
| Field Summary |
|---|
| Fields inherited from class jdave.containment.CollectionContainment |
|---|
elements |
| Fields inherited from class jdave.BaseMatcherContainment |
|---|
actual |
| Constructor Summary | |
|---|---|
AllContainment(java.util.Collection<T> elements)
|
|
AllContainment(java.lang.Iterable<T> elements)
|
|
AllContainment(java.util.Iterator<T> elements)
|
|
| Method Summary | |
|---|---|
boolean |
nullSafeMatches(java.util.Collection<T> actual)
|
| Methods inherited from class jdave.containment.CollectionContainment |
|---|
error, matches, toString |
| Methods inherited from class jdave.BaseMatcherContainment |
|---|
describeTo, matches |
| 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_ |
| Constructor Detail |
|---|
public AllContainment(java.util.Collection<T> elements)
public AllContainment(java.util.Iterator<T> elements)
public AllContainment(java.lang.Iterable<T> elements)
| Method Detail |
|---|
public boolean nullSafeMatches(java.util.Collection<T> actual)
nullSafeMatches in class CollectionContainment<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||