Interface MapSubject.WithValue<V>
Deprecated.
Interface for fluent chaining of value-checking.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.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.