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