Uses of Class
com.google.common.truth.IterableSubject
-
Packages that use IterableSubject Package Description com.google.common.truth -
-
Uses of IterableSubject in com.google.common.truth
Classes in com.google.common.truth with type parameters of type IterableSubject Modifier and Type Class Description class
IterableSubject<S extends IterableSubject<S,T,C>,T,C extends java.lang.Iterable<T>>
Propositions forIterable
subjects.Subclasses of IterableSubject in com.google.common.truth Modifier and Type Class Description class
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends java.util.Collection<T>>
Propositions forCollection
subjects.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 IterableSubject Modifier and Type Method Description static <T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>Truth. assertThat(java.lang.Iterable<T> target)
(package private) static <T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>IterableSubject. create(FailureStrategy failureStrategy, java.lang.Iterable<T> list)
<T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>TestVerb. that(java.lang.Iterable<T> target)
Methods in com.google.common.truth that return types with arguments of type IterableSubject Modifier and Type Method Description static <T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>Truth. assertThat(java.lang.Iterable<T> target)
(package private) static <T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>IterableSubject. create(FailureStrategy failureStrategy, java.lang.Iterable<T> list)
<T,C extends java.lang.Iterable<T>>
IterableSubject<? extends IterableSubject<?,T,C>,T,C>TestVerb. that(java.lang.Iterable<T> target)
-