|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface CollectionSubject.Has<E,C extends Collection<E>>
| Method Summary | |
|---|---|
Ordered |
allFrom(Collection<E> expected)
Attests that a Collection contains at least all of the objects contained in the provided collection or fails, coping with duplicates in both the Collection and the parameters. |
Ordered |
allOf(E first)
Attests that a Collection contains at least all of the provided objects or fails, coping with duplicates in both the Collection and the parameters. |
Ordered |
allOf(E first,
E second,
E... rest)
Attests that a Collection contains at least all of the provided objects or fails, coping with duplicates in both the Collection and the parameters. |
void |
anyFrom(Collection<E> expected)
Attests that a Collection contains at least one of the objects contained in the provided collection or fails. |
void |
anyOf(E first)
Attests that a Collection contains at least one of the provided objects or fails. |
void |
anyOf(E first,
E second,
E... rest)
Attests that a Collection contains at least one of the provided objects or fails. |
void |
item(E item)
Attests that a Collection contains at least the item |
| Method Detail |
|---|
void item(E item)
void anyOf(E first)
void anyOf(E first,
E second,
E... rest)
void anyFrom(Collection<E> expected)
Ordered allOf(E first)
Ordered allOf(E first,
E second,
E... rest)
Ordered allFrom(Collection<E> expected)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||