org.truth0.subjects
Class SubjectFactory<S extends Subject<S,T>,T>

java.lang.Object
  extended by org.truth0.subjects.SubjectFactory<S,T>

public abstract class SubjectFactory<S extends Subject<S,T>,T>
extends Object

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

Author:
Christian Gruber (cgruber@israfil.net)

Constructor Summary
SubjectFactory()
           
 
Method Summary
abstract  S getSubject(FailureStrategy fs, T that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectFactory

public SubjectFactory()
Method Detail

getSubject

public abstract S getSubject(FailureStrategy fs,
                             T that)


Copyright © 2014. All rights reserved.