org.junit.contrib.truth.subjects
Interface SubjectFactory<S extends Subject<S,T>,T>


@GwtCompatible
public interface SubjectFactory<S extends Subject<S,T>,T>

A custom subject factory which will return a FooSubject (which is a Subject).

Author:
Christian Gruber (cgruber@israfil.net)

Method Summary
 S getSubject(FailureStrategy fs, T that)
           
 

Method Detail

getSubject

S getSubject(FailureStrategy fs,
             T that)


Copyright © 2014. All Rights Reserved.