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 java.util.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 java.util.List<T>>
Propositions forList
subjects.Methods in com.google.common.truth that return CollectionSubject Modifier and Type Method Description static <T,C extends java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>Truth. assertThat(java.util.Collection<T> target)
(package private) static <T,C extends java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>CollectionSubject. create(FailureStrategy failureStrategy, java.util.Collection<T> collection)
<T,C extends java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>TestVerb. that(java.util.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 java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>Truth. assertThat(java.util.Collection<T> target)
(package private) static <T,C extends java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>CollectionSubject. create(FailureStrategy failureStrategy, java.util.Collection<T> collection)
<T,C extends java.util.Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>TestVerb. that(java.util.Collection<T> target)
-