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.protoMethods 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 ofMessages.<M extends Message>
 IterableOfProtosSubject<M>ProtoSubjectBuilder. that(@Nullable Iterable<M> messages)IterableOfProtosSubject<M>MultimapWithProtoValuesSubject. valuesForKey(@Nullable Object key)
 
-