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 classfinal classPropositions forMultisetsubjects.private final classprivate final classFields in com.google.common.truth declared as IterableSubjectModifier and TypeFieldDescriptionprivate final IterableSubjectIterableSubject.UsingCorrespondence.subjectMethods in com.google.common.truth that return IterableSubjectModifier and TypeMethodDescriptionObjectArraySubject.asList()PrimitiveBooleanArraySubject.asList()PrimitiveByteArraySubject.asList()PrimitiveCharArraySubject.asList()PrimitiveIntArraySubject.asList()PrimitiveLongArraySubject.asList()PrimitiveShortArraySubject.asList()static IterableSubjectTruth.assertThat(Iterable<?> actual) TruthFailureSubject.factKeys()Returns a subject for the list of fact keys.private IterableSubjectPrimitiveDoubleArraySubject.iterableSubject()private IterableSubjectPrimitiveFloatArraySubject.iterableSubject()final IterableSubjectMultimapSubject.valuesForKey(Object key) Returns a context-awareSubjectfor 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)