Uses of Class
com.google.common.truth.IterableSubject
-
Uses of IterableSubject in com.google.common.truth
Subclasses of IterableSubject in com.google.common.truthModifier and TypeClassDescriptionprivate static class
final class
Propositions forMultiset
subjects.private final class
private final class
Fields in com.google.common.truth declared as IterableSubjectModifier and TypeFieldDescriptionprivate final IterableSubject
IterableSubject.UsingCorrespondence.subject
Methods in com.google.common.truth that return IterableSubjectModifier and TypeMethodDescriptionObjectArraySubject.asList()
PrimitiveBooleanArraySubject.asList()
PrimitiveByteArraySubject.asList()
PrimitiveCharArraySubject.asList()
PrimitiveIntArraySubject.asList()
PrimitiveLongArraySubject.asList()
PrimitiveShortArraySubject.asList()
static IterableSubject
Truth.assertThat
(Iterable<?> actual) TruthFailureSubject.factKeys()
Returns a subject for the list of fact keys.private IterableSubject
PrimitiveDoubleArraySubject.iterableSubject()
private IterableSubject
PrimitiveFloatArraySubject.iterableSubject()
final IterableSubject
MultimapSubject.valuesForKey
(Object key) Returns a context-awareSubject
for making assertions about the values for the given key within theMultimap
.Methods in com.google.common.truth that return types with arguments of type IterableSubjectModifier and TypeMethodDescriptionprivate Subject.Factory<IterableSubject,
Iterable<?>> MultimapSubject.iterableEntries()
private Subject.Factory<IterableSubject,
Iterable<?>> PrimitiveDoubleArraySubject.iterablesWithCustomDoubleToString()
private Subject.Factory<IterableSubject,
Iterable<?>> PrimitiveFloatArraySubject.iterablesWithCustomFloatToString()
Constructors in com.google.common.truth with parameters of type IterableSubjectModifierConstructorDescription(package private)
DoubleArrayAsIterable
(Correspondence<? super Double, Number> correspondence, IterableSubject subject) (package private)
FloatArrayAsIterable
(Correspondence<? super Float, Number> correspondence, IterableSubject subject) (package private)
UsingCorrespondence
(IterableSubject subject, Correspondence<? super A, ? super E> correspondence) (package private)
UsingCorrespondence
(IterableSubject subject, Correspondence<? super A, ? super E> correspondence, IterableSubject.UsingCorrespondence<A, E>.Pairer pairer)