Uses of Class
com.google.common.truth.SubjectFactory
-
Packages that use SubjectFactory Package Description com.google.common.truth com.google.common.truth.codegen org.truth0.subjects -
-
Uses of SubjectFactory in com.google.common.truth
Fields in com.google.common.truth declared as SubjectFactory Modifier and Type Field Description static SubjectFactory<IntegerSubject,Integer>
IntegerSubject. INTEGER
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.static SubjectFactory<LongSubject,Long>
LongSubject. LONG
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.static SubjectFactory<StringSubject,String>
StringSubject. STRING
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.Methods in com.google.common.truth with type parameters of type SubjectFactory Modifier and Type Method Description <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 incom.google.common.truth.delegation.DelegationTest
.<S extends Subject<S,T>,SF extends SubjectFactory<S,T>>
SIteratingVerb. thatEach(SF factory)
Constructors in com.google.common.truth with parameters of type SubjectFactory Constructor Description DelegatedVerb(FailureStrategy fs, SubjectFactory<S,T> factory)
-
Uses of SubjectFactory in com.google.common.truth.codegen
Constructors in com.google.common.truth.codegen with parameters of type SubjectFactory Constructor Description IteratingWrapperClassBuilder(SubjectFactory<?,?> subjectFactory)
-
Uses of SubjectFactory in org.truth0.subjects
Subclasses of SubjectFactory in org.truth0.subjects Modifier and Type Class Description class
SubjectFactory<S extends Subject<S,T>,T>
Deprecated.useSubjectFactory
.
-