Uses of Class
com.google.common.truth.IterableSubject
-
Packages that use IterableSubject Package Description com.google.common.truth Truth is a library for performing assertions in tests:com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of IterableSubject in com.google.common.truth
Subclasses of IterableSubject in com.google.common.truth Modifier and Type Class Description class
MultisetSubject
Propositions forMultiset
subjects.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(@Nullable Iterable<?> actual)
Begins an assertion about anIterable
.IterableSubject
TruthFailureSubject. factKeys()
Returns a subject for the list of fact keys.IterableSubject
StandardSubjectBuilder. that(@Nullable Iterable<?> actual)
IterableSubject
MultimapSubject. valuesForKey(@Nullable Object key)
-
Uses of IterableSubject in com.google.common.truth.extensions.proto
Subclasses of IterableSubject in com.google.common.truth.extensions.proto Modifier and Type Class Description class
IterableOfProtosSubject<M extends Message>
Truth subject for the iterables of protocol buffers.
-