Package org.junit.contrib.truth.subjects

Interface Summary
Subject.And<C> A convenience class to allow for chaining in the fluent API style, such that subjects can make propositions in series.
SubjectFactory<S extends Subject<S,T>,T> A custom subject factory which will return a FooSubject (which is a Subject).
 

Class Summary
BooleanSubject Propositions for boolean subjects
CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>  
DefaultSubject  
IntegerSubject Propositions for Integral numeric subjects
IterableSubject<S extends IterableSubject<S,T,C>,T,C extends Iterable<T>>  
ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>  
StringSubject Propositions for String subjects
Subject<S extends Subject<S,T>,T> Propositions for arbitrarily typed subjects and for properties of Object
 



Copyright © 2014. All Rights Reserved.