Uses of Class
com.google.common.truth.extensions.proto.MultimapWithProtoValuesSubject
-
Packages that use MultimapWithProtoValuesSubject Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of MultimapWithProtoValuesSubject in com.google.common.truth.extensions.proto
Methods in com.google.common.truth.extensions.proto that return MultimapWithProtoValuesSubject Modifier and Type Method Description static <M extends Message>
MultimapWithProtoValuesSubject<M>ProtoTruth. assertThat(@Nullable Multimap<?,M> multimap)
<M extends Message>
MultimapWithProtoValuesSubject<M>ProtoSubjectBuilder. that(@Nullable Multimap<?,M> map)
-