Uses of Class
com.google.common.truth.IterableSubject
Packages that use IterableSubject
Package
Description
Truth is a library for performing assertions in
tests:
Custom subjects for testing Protocol
Buffer instances.
-
Uses of IterableSubject in com.google.common.truth
Subclasses of IterableSubject in com.google.common.truthMethods 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
(@Nullable Iterable<?> actual) Begins an assertion about anIterable
.TruthFailureSubject.factKeys()
Returns a subject for the list of fact keys.final 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.protoModifier and TypeClassDescriptionclass
IterableOfProtosSubject<M extends Message>
Truth subject for the iterables of protocol buffers.