Uses of Class
com.google.common.truth.MapSubject
-
Packages that use MapSubject 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 MapSubject in com.google.common.truth
Methods in com.google.common.truth that return MapSubject Modifier and Type Method Description static MapSubject
Truth. assertThat(@Nullable Map<?,?> actual)
Begins an assertion about aMap
.MapSubject
StandardSubjectBuilder. that(@Nullable Map<?,?> actual)
-
Uses of MapSubject in com.google.common.truth.extensions.proto
Subclasses of MapSubject in com.google.common.truth.extensions.proto Modifier and Type Class Description class
MapWithProtoValuesSubject<M extends Message>
Truth subject for maps with protocol buffers for values.
-