Package com.google.common.truth
Class SubjectFactory<S extends Subject<S,T>,T>
- java.lang.Object
-
- com.google.common.truth.SubjectFactory<S,T>
-
- Direct Known Subclasses:
SubjectFactory
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
Constructors Constructor Description SubjectFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract S
getSubject(FailureStrategy fs, T that)
Class<S>
getSubjectClass()
-
-
-
Method Detail
-
getSubject
public abstract S getSubject(FailureStrategy fs, T that)
-
-