Uses of Class
com.google.common.truth.CollectionSubject

Packages that use CollectionSubject
com.google.common.truth   
 

Uses of CollectionSubject in com.google.common.truth
 

Classes in com.google.common.truth with type parameters of type CollectionSubject
 class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
           
 

Subclasses of CollectionSubject in com.google.common.truth
 class ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
           
 

Methods in com.google.common.truth that return CollectionSubject
static
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
Truth.assertThat(Collection<T> target)
           
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 CollectionSubject
static
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
Truth.assertThat(Collection<T> target)
           
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)
           
 



Copyright © 2014. All rights reserved.