Uses of Class
com.google.common.truth.SubjectFactory
Packages that use SubjectFactory
-
Uses of SubjectFactory in com.google.common.truth
Fields in com.google.common.truth declared as SubjectFactoryModifier and TypeFieldDescriptionprivate final SubjectFactory<S, T> AbstractVerb.DelegatedVerb.factorystatic final SubjectFactory<IntegerSubject, Integer> IntegerSubject.INTEGERDeprecated.static final SubjectFactory<LongSubject, Long> LongSubject.LONGDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.static final SubjectFactory<StringSubject, String> StringSubject.STRINGDeprecated.Use afor eachstyle loop over yourIterable<Integer>instead.Fields in com.google.common.truth with type parameters of type SubjectFactoryModifier and TypeFieldDescriptionprivate static com.google.common.cache.LoadingCache<SubjectFactory<?, ?>, Class<?>> IteratingVerb.WRAPPER_CACHEMethods in com.google.common.truth with type parameters of type SubjectFactoryModifier and TypeMethodDescription<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 in.invalid reference
com.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, Iterable<T> data) Methods in com.google.common.truth with parameters of type SubjectFactoryModifier and TypeMethodDescriptionprivate static Class<?> IteratingVerb.compileWrapperClass(SubjectFactory<?, ?> subjectFactory) Constructors in com.google.common.truth with parameters of type SubjectFactory -
Uses of SubjectFactory in com.google.common.truth.codegen
Fields in com.google.common.truth.codegen declared as SubjectFactoryModifier and TypeFieldDescriptionprivate final SubjectFactory<?, ?> IteratingWrapperClassBuilder.subjectFactoryConstructors in com.google.common.truth.codegen with parameters of type SubjectFactory -
Uses of SubjectFactory in org.truth0.subjects
Subclasses of SubjectFactory in org.truth0.subjectsModifier and TypeClassDescriptionclassSubjectFactory<S extends Subject<S,T>, T> Deprecated.useSubjectFactory.
for eachstyle loop over yourIterable<Integer>instead.