|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.assertions.Collections
public final class Collections
Understands utility methods related to
.
Collections
Method Summary | |
---|---|
static Collection<Object> |
found(Collection<?> target,
Object... objects)
Attempts to find the given objects in the given , returning the ones that were
found. |
static Collection<Object> |
notFound(Collection<?> target,
Object... objects)
Attempts to find the given objects in the given , returning the ones that were not
found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Collection<Object> notFound(Collection<?> target, Object... objects)
Collection
, returning the ones that were not
found.
target
- the given Collection
.objects
- the elements to find in the given Collection
.
Collection
.public static Collection<Object> found(Collection<?> target, Object... objects)
Collection
, returning the ones that were
found.
target
- the given Collection
.objects
- the elements to find in the given Collection
.
Collection
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |