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 class
MultimapSubject.IterableEntries
class
MultisetSubject
Propositions forMultiset
subjects.private class
PrimitiveDoubleArraySubject.IterableSubjectWithInheritedToString
private class
PrimitiveFloatArraySubject.IterableSubjectWithInheritedToString
Fields in com.google.common.truth declared as IterableSubject Modifier and Type Field Description private IterableSubject
IterableSubject.UsingCorrespondence. subject
Methods in com.google.common.truth that return IterableSubject Modifier and Type Method Description IterableSubject
ObjectArraySubject. asList()
IterableSubject
PrimitiveBooleanArraySubject. asList()
IterableSubject
PrimitiveByteArraySubject. asList()
IterableSubject
PrimitiveCharArraySubject. asList()
IterableSubject
PrimitiveIntArraySubject. asList()
IterableSubject
PrimitiveLongArraySubject. asList()
IterableSubject
PrimitiveShortArraySubject. asList()
static IterableSubject
Truth. assertThat(java.lang.Iterable<?> actual)
IterableSubject
TruthFailureSubject. factKeys()
Returns a subject for the list of fact keys.private IterableSubject
PrimitiveDoubleArraySubject. iterableSubject()
private IterableSubject
PrimitiveFloatArraySubject. iterableSubject()
IterableSubject
StandardSubjectBuilder. that(java.lang.Iterable<?> actual)
IterableSubject
MultimapSubject. valuesForKey(java.lang.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 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)
-