Uses of Class
com.google.common.truth.CollectionSubject
-
Packages that use CollectionSubject Package Description com.google.common.truth -
-
Uses of CollectionSubject in com.google.common.truth
Classes in com.google.common.truth with type parameters of type CollectionSubject Modifier and Type Class Description class
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
Propositions forCollection
subjects.Subclasses of CollectionSubject in com.google.common.truth Modifier and Type Class Description class
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
Propositions forList
subjects.Methods in com.google.common.truth that return CollectionSubject Modifier and Type Method Description static <T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>Truth. assertThat(Collection<T> target)
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>TestVerb. that(Collection<T> target)
Methods in com.google.common.truth that return types with arguments of type CollectionSubject Modifier and Type Method Description static <T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>Truth. assertThat(Collection<T> target)
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>TestVerb. that(Collection<T> target)
-