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.factory
static final SubjectFactory<IntegerSubject,
Integer> IntegerSubject.INTEGER
Deprecated.static final SubjectFactory<LongSubject,
Long> LongSubject.LONG
Deprecated.Use afor each
style loop over yourIterable<Integer>
instead.static final SubjectFactory<StringSubject,
String> StringSubject.STRING
Deprecated.Use afor each
style 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_CACHE
Methods 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 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, 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.subjectFactory
Constructors 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 TypeClassDescriptionclass
SubjectFactory<S extends Subject<S,
T>, T> Deprecated.useSubjectFactory
.
for each
style loop over yourIterable<Integer>
instead.