Uses of Class
com.google.common.truth.extensions.proto.IterableOfProtosSubject
-
Packages that use IterableOfProtosSubject Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of IterableOfProtosSubject in com.google.common.truth.extensions.proto
Methods in com.google.common.truth.extensions.proto that return IterableOfProtosSubject Modifier and Type Method Description static <M extends Message>
IterableOfProtosSubject<M>ProtoTruth. assertThat(@Nullable Iterable<M> messages)
Assert on a sequence ofMessage
s.<M extends Message>
IterableOfProtosSubject<M>ProtoSubjectBuilder. that(@Nullable Iterable<M> messages)
IterableOfProtosSubject<M>
MultimapWithProtoValuesSubject. valuesForKey(@Nullable Object key)
-