Uses of Class
com.google.common.truth.MultimapSubject
Packages that use MultimapSubject
Package
Description
Truth is a library for performing assertions in
tests:
Custom subjects for testing Protocol
Buffer instances.
-
Uses of MultimapSubject in com.google.common.truth
Methods in com.google.common.truth that return MultimapSubjectModifier and TypeMethodDescriptionstatic MultimapSubject
Truth.assertThat
(@Nullable Multimap<?, ?> actual) Begins an assertion about aMultimap
.final MultimapSubject
-
Uses of MultimapSubject in com.google.common.truth.extensions.proto
Subclasses of MultimapSubject in com.google.common.truth.extensions.protoModifier and TypeClassDescriptionclass
MultimapWithProtoValuesSubject<M extends Message>
Truth subject forMultimap
s with protocol buffers for values.