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 MultimapSubjectTruth.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 TypeClassDescriptionclassMultimapWithProtoValuesSubject<M extends Message>Truth subject forMultimaps with protocol buffers for values.