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

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

Uses of Subject in org.junit.contrib.truth
 

Classes in org.junit.contrib.truth with type parameters of type Subject
static class AbstractVerb.DelegatedVerb<S extends Subject<S,T>,T>
          A special Verb implementation which wraps a SubjectFactory
 

Methods in org.junit.contrib.truth with type parameters of type Subject
<S extends Subject<S,T>,T,SF extends SubjectFactory<S,T>>
AbstractVerb.DelegatedVerb<S,T>
AbstractVerb.about(SF factory)
          The recommended method of extension of Truth to new types, which is documented in DelegationTest .
 

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

Classes in org.junit.contrib.truth.subjects with type parameters of type Subject
 class Subject<S extends Subject<S,T>,T>
          Propositions for arbitrarily typed subjects and for properties of Object
 interface SubjectFactory<S extends Subject<S,T>,T>
          A custom subject factory which will return a FooSubject (which is a Subject).
 

Subclasses of Subject in org.junit.contrib.truth.subjects
 class BooleanSubject
          Propositions for boolean subjects
 class CollectionSubject<S extends CollectionSubject<S,T,C>,T,C extends Collection<T>>
           
 class DefaultSubject
           
 class IntegerSubject
          Propositions for Integral numeric subjects
 class IterableSubject<S extends IterableSubject<S,T,C>,T,C extends Iterable<T>>
           
 class ListSubject<S extends ListSubject<S,T,C>,T,C extends List<T>>
           
 class StringSubject
          Propositions for String subjects
 



Copyright © 2014. All Rights Reserved.