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