Uses of Class
com.google.common.truth.CollectionSubject
Packages that use CollectionSubject
-
Uses of CollectionSubject in com.google.common.truth
Classes in com.google.common.truth with type parameters of type CollectionSubjectModifier and TypeClassDescriptionclass
CollectionSubject<S extends CollectionSubject<S,
T, C>, T, C extends Collection<T>> Propositions forCollection
subjects.Subclasses of CollectionSubject in com.google.common.truthModifier and TypeClassDescriptionclass
ListSubject<S extends ListSubject<S,
T, C>, T, C extends List<T>> Propositions forList
subjects.Methods in com.google.common.truth that return CollectionSubjectModifier and TypeMethodDescriptionstatic <T,
C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T, C>, T, C> Truth.assertThat
(Collection<T> target) (package private) static <T,
C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T, C>, T, C> CollectionSubject.create
(FailureStrategy failureStrategy, Collection<T> collection) <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 CollectionSubjectModifier and TypeMethodDescriptionstatic <T,
C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T, C>, T, C> Truth.assertThat
(Collection<T> target) (package private) static <T,
C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T, C>, T, C> CollectionSubject.create
(FailureStrategy failureStrategy, Collection<T> collection) <T,
C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T, C>, T, C> TestVerb.that
(Collection<T> target)