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