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