Uses of Class
com.google.common.truth.IterableSubject
-
-
Uses of IterableSubject in com.google.common.truth
Subclasses of IterableSubject in com.google.common.truth Modifier and Type Class Description private static classMultimapSubject.IterableEntriesclassMultisetSubjectPropositions forMultisetsubjects.private classPrimitiveDoubleArraySubject.IterableSubjectWithInheritedToStringprivate classPrimitiveFloatArraySubject.IterableSubjectWithInheritedToStringFields in com.google.common.truth declared as IterableSubject Modifier and Type Field Description private IterableSubjectIterableSubject.UsingCorrespondence. subjectMethods in com.google.common.truth that return IterableSubject Modifier and Type Method Description IterableSubjectObjectArraySubject. asList()IterableSubjectPrimitiveBooleanArraySubject. asList()IterableSubjectPrimitiveByteArraySubject. asList()IterableSubjectPrimitiveCharArraySubject. asList()IterableSubjectPrimitiveIntArraySubject. asList()IterableSubjectPrimitiveLongArraySubject. asList()IterableSubjectPrimitiveShortArraySubject. asList()static IterableSubjectTruth. assertThat(java.lang.Iterable<?> actual)IterableSubjectTruthFailureSubject. factKeys()Returns a subject for the list of fact keys.private IterableSubjectPrimitiveDoubleArraySubject. iterableSubject()private IterableSubjectPrimitiveFloatArraySubject. iterableSubject()IterableSubjectStandardSubjectBuilder. that(java.lang.Iterable<?> actual)IterableSubjectMultimapSubject. valuesForKey(java.lang.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 IterableSubject Modifier and Type Method Description private Subject.Factory<IterableSubject,java.lang.Iterable<?>>MultimapSubject. iterableEntries()private Subject.Factory<IterableSubject,java.lang.Iterable<?>>PrimitiveDoubleArraySubject. iterablesWithCustomDoubleToString()private Subject.Factory<IterableSubject,java.lang.Iterable<?>>PrimitiveFloatArraySubject. iterablesWithCustomFloatToString()Constructors in com.google.common.truth with parameters of type IterableSubject Constructor Description DoubleArrayAsIterable(Correspondence<? super java.lang.Double,java.lang.Number> correspondence, IterableSubject subject)FloatArrayAsIterable(Correspondence<? super java.lang.Float,java.lang.Number> correspondence, IterableSubject subject)UsingCorrespondence(IterableSubject subject, Correspondence<? super A,? super E> correspondence)UsingCorrespondence(IterableSubject subject, Correspondence<? super A,? super E> correspondence, IterableSubject.UsingCorrespondence.Pairer pairer)
-