Uses of Interface
org.junit.contrib.truth.subjects.SubjectFactory

Packages that use SubjectFactory
org.junit.contrib.truth   
 

Uses of SubjectFactory in org.junit.contrib.truth
 

Methods in org.junit.contrib.truth with type parameters of type SubjectFactory
<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 .
 

Constructors in org.junit.contrib.truth with parameters of type SubjectFactory
AbstractVerb.DelegatedVerb(FailureStrategy fs, SubjectFactory<S,T> factory)
           
 



Copyright © 2014. All Rights Reserved.