Class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>

java.lang.Object
com.google.common.truth.Subject<S,C>
com.google.common.truth.IterableSubject<S,T,C>
com.google.common.truth.CollectionSubject<S,T,C>
Direct Known Subclasses:
ListSubject

public class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>> extends IterableSubject<S,T,C>
Propositions for Collection subjects.