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

Packages that use Subject
com.google.common.truth   
org.truth0.subjects   
 

Uses of Subject in com.google.common.truth
 

Classes in com.google.common.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
 class Subject<S extends Subject<S,T>,T>
          Propositions for arbitrarily typed subjects and for properties of Object
 class SubjectFactory<S extends Subject<S,T>,T>
          A custom subject factory which will return a FooSubject (which is a Subject).
 

Subclasses of Subject in com.google.common.truth
 class AbstractArraySubject<S extends AbstractArraySubject<S,T>,T>
          A common supertype for Array subjects, abstracting some common display and error infrastructure.
 class BooleanSubject
          Propositions for boolean subjects
 class ClassSubject
           
 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 MapSubject<S extends MapSubject<S,K,V,M>,K,V,M extends Map<K,V>>
           
 class ObjectArraySubject<T>
          A Subject to handle testing propositions for Object[] and more generically T[].
 class OptionalSubject<T>
          Propositions for Optional<T> subjects
 class PrimitiveBooleanArraySubject
          A Subject to handle testing propositions for boolean[].
 class PrimitiveCharArraySubject
          A Subject to handle testing propositions for char[].
 class PrimitiveDoubleArraySubject
          A Subject to handle testing propositions for double[].
 class PrimitiveFloatArraySubject
          A Subject to handle testing propositions for float[].
 class PrimitiveIntArraySubject
          A Subject to handle testing propositions for int[].
 class PrimitiveLongArraySubject
          A Subject to handle testing propositions for int[].
 class StringSubject
          Propositions for String subjects
 

Methods in com.google.common.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 com.google.common.truth.delegation.DelegationTest .
<S extends Subject<S,T>,SF extends SubjectFactory<S,T>>
S
IteratingVerb.thatEach(SF factory)
           
 

Methods in com.google.common.truth that return Subject
 Subject<DefaultSubject,Object> TestVerb.that(Object target)
           
 

Uses of Subject in org.truth0.subjects
 

Classes in org.truth0.subjects with type parameters of type Subject
 class SubjectFactory<S extends Subject<S,T>,T>
          Deprecated. use SubjectFactory.
 

Subclasses of Subject in org.truth0.subjects
 class Subject<S extends Subject<S,T>,T>
          Deprecated. use Subject.
 



Copyright © 2014. All rights reserved.