|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionSubject | |
---|---|
com.google.common.truth |
Uses of CollectionSubject in com.google.common.truth |
---|
Classes in com.google.common.truth with type parameters of type CollectionSubject | |
---|---|
class |
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
|
Subclasses of CollectionSubject in com.google.common.truth | |
---|---|
class |
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
|
Methods in com.google.common.truth that return CollectionSubject | ||
---|---|---|
static
|
Truth.assertThat(Collection<T> target)
|
|
static
|
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> collection)
|
|
|
TestVerb.that(Collection<T> target)
|
Methods in com.google.common.truth that return types with arguments of type CollectionSubject | ||
---|---|---|
static
|
Truth.assertThat(Collection<T> target)
|
|
static
|
CollectionSubject.create(FailureStrategy failureStrategy,
Collection<T> collection)
|
|
|
TestVerb.that(Collection<T> target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |