Uses of Package
com.google.common.truth

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

Classes in com.google.common.truth used by com.google.common.truth
AbstractArraySubject
          A common supertype for Array subjects, abstracting some common display and error infrastructure.
AbstractVerb
           
AbstractVerb.DelegatedVerb
          A special Verb implementation which wraps a SubjectFactory
BooleanSubject
          Propositions for boolean subjects
ClassSubject
           
CollectionSubject
           
CollectionSubject.Has
           
DefaultSubject
           
Expect
           
FailureStrategy
           
IntegerSubject
          Propositions for Integral numeric subjects
IterableSubject
           
IteratingVerb
          A verb that iterates over data and applies the predicate iteratively
ListSubject
           
MapSubject
           
MapSubject.WithValue
           
ObjectArraySubject
          A Subject to handle testing propositions for Object[] and more generically T[].
OptionalSubject
          Propositions for Optional<T> subjects
Ordered
           
PrimitiveBooleanArraySubject
          A Subject to handle testing propositions for boolean[].
PrimitiveCharArraySubject
          A Subject to handle testing propositions for char[].
PrimitiveDoubleArraySubject
          A Subject to handle testing propositions for double[].
PrimitiveFloatArraySubject
          A Subject to handle testing propositions for float[].
PrimitiveIntArraySubject
          A Subject to handle testing propositions for int[].
PrimitiveLongArraySubject
          A Subject to handle testing propositions for int[].
StringSubject
          Propositions for String subjects
Subject
          Propositions for arbitrarily typed subjects and for properties of Object
Subject.HasField
           
SubjectFactory
          A custom subject factory which will return a FooSubject (which is a Subject).
TestVerb
           
 

Classes in com.google.common.truth used by com.google.common.truth.codegen
SubjectFactory
          A custom subject factory which will return a FooSubject (which is a Subject).
 

Classes in com.google.common.truth used by org.truth0
FailureStrategy
           
TestVerb
           
 

Classes in com.google.common.truth used by org.truth0.subjects
Subject
          Propositions for arbitrarily typed subjects and for properties of Object
SubjectFactory
          A custom subject factory which will return a FooSubject (which is a Subject).
 



Copyright © 2014. All rights reserved.