Uses of Class
com.google.common.truth.ListSubject
-
Packages that use ListSubject Package Description com.google.common.truth -
-
Uses of ListSubject in com.google.common.truth
Classes in com.google.common.truth with type parameters of type ListSubject 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 ListSubject Modifier and Type Method Description ListSubject<?,T,List<T>>
ObjectArraySubject. asList()
ListSubject<?,Boolean,List<Boolean>>
PrimitiveBooleanArraySubject. asList()
ListSubject<?,Byte,List<Byte>>
PrimitiveByteArraySubject. asList()
ListSubject<?,Character,List<Character>>
PrimitiveCharArraySubject. asList()
ListSubject<?,Integer,List<Integer>>
PrimitiveIntArraySubject. asList()
ListSubject<?,Long,List<Long>>
PrimitiveLongArraySubject. asList()
static <T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>Truth. assertThat(List<T> target)
<T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>TestVerb. that(List<T> target)
Methods in com.google.common.truth that return types with arguments of type ListSubject Modifier and Type Method Description static <T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>Truth. assertThat(List<T> target)
<T,C extends List<T>>
ListSubject<? extends ListSubject<?,T,C>,T,C>TestVerb. that(List<T> target)
-