Package com.google.common.truth
Interface MapSubject.WithValue<V>
-
@Deprecated public static interface MapSubject.WithValue<V>
Deprecated.UseMapSubject.containsEntry(Object, Object)
instead.Interface for fluent chaining of value-checking.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
withValue(V value)
Deprecated.UseMapSubject.containsEntry(Object, Object)
instead.
-
-
-
Method Detail
-
withValue
@Deprecated void withValue(V value)
Deprecated.UseMapSubject.containsEntry(Object, Object)
instead.Fails if the map does not contain the given value.
-
-