Uses of Package
org.junit.contrib.truth.subjects

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

Classes in org.junit.contrib.truth.subjects used by org.junit.contrib.truth
BooleanSubject
          Propositions for boolean subjects
CollectionSubject
           
DefaultSubject
           
IntegerSubject
          Propositions for Integral numeric subjects
IterableSubject
           
ListSubject
           
StringSubject
          Propositions for String 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).
 

Classes in org.junit.contrib.truth.subjects used by org.junit.contrib.truth.subjects
CollectionSubject
           
IntegerSubject
          Propositions for Integral numeric subjects
IterableSubject
           
ListSubject
           
StringSubject
          Propositions for String subjects
Subject
          Propositions for arbitrarily typed subjects and for properties of Object
Subject.And
          A convenience class to allow for chaining in the fluent API style, such that subjects can make propositions in series.
 



Copyright © 2014. All Rights Reserved.