Package com.google.common.truth
Interface MapSubject.WithValue<V>
Deprecated.
Interface for fluent chaining of value-checking.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.UseMapSubject.containsEntry(Object, Object)
instead.
-
Method Details
-
withValue
Deprecated.UseMapSubject.containsEntry(Object, Object)
instead.Fails if the map does not contain the given value.
-
MapSubject.containsEntry(Object, Object)
instead.