| Methods in org.truth0.subjects that return Ordered |
Ordered |
CollectionSubject.Has.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 |
CollectionSubject.Has.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 |
CollectionSubject.Has.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. |