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 private SubjectFactory<S,T>AbstractVerb.DelegatedVerb. factorystatic SubjectFactory<IntegerSubject,java.lang.Integer>IntegerSubject. INTEGERDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.static SubjectFactory<LongSubject,java.lang.Long>LongSubject. LONGDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.static SubjectFactory<StringSubject,java.lang.String>StringSubject. STRINGDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.Fields in com.google.common.truth with type parameters of type SubjectFactory Modifier and Type Field Description private static com.google.common.cache.LoadingCache<SubjectFactory<?,?>,java.lang.Class<?>>IteratingVerb. WRAPPER_CACHEMethods 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)private <S extends Subject<S,T>,SF extends SubjectFactory<S,T>>
SIteratingVerb. wrap(FailureStrategy fs, SF factory, java.lang.Iterable<T> data)Methods in com.google.common.truth with parameters of type SubjectFactory Modifier and Type Method Description private static java.lang.Class<?>IteratingVerb. compileWrapperClass(SubjectFactory<?,?> subjectFactory)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
Fields in com.google.common.truth.codegen declared as SubjectFactory Modifier and Type Field Description private SubjectFactory<?,?>IteratingWrapperClassBuilder. subjectFactoryConstructors 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 classSubjectFactory<S extends Subject<S,T>,T>Deprecated.useSubjectFactory.
-