Uses of Class
org.junit.contrib.truth.subjects.CollectionSubject

Packages that use CollectionSubject
org.junit.contrib.truth   
org.junit.contrib.truth.subjects   
 

Uses of CollectionSubject in org.junit.contrib.truth
 

Methods in org.junit.contrib.truth that return CollectionSubject
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
TestVerb.that(Collection<T> target)
           
 

Methods in org.junit.contrib.truth that return types with arguments of type CollectionSubject
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
TestVerb.that(Collection<T> target)
           
 

Uses of CollectionSubject in org.junit.contrib.truth.subjects
 

Classes in org.junit.contrib.truth.subjects with type parameters of type CollectionSubject
 class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
           
 

Subclasses of CollectionSubject in org.junit.contrib.truth.subjects
 class ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
           
 

Methods in org.junit.contrib.truth.subjects that return CollectionSubject
static
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
CollectionSubject.create(FailureStrategy failureStrategy, Collection<T> list)
           
 

Methods in org.junit.contrib.truth.subjects that return types with arguments of type CollectionSubject
static
<T,C extends Collection<T>>
CollectionSubject<? extends CollectionSubject<?,T,C>,T,C>
CollectionSubject.create(FailureStrategy failureStrategy, Collection<T> list)
           
 



Copyright © 2014. All Rights Reserved.