Package org.assertj.core.error
Class ShouldNotContainKey
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotContainKey
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies a map does not contains a key failed.
- Author:
- Nicolas François
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldNotContainKey(Object actual, Object key) Creates a new.ShouldNotContainKeyMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldNotContainKey
Creates a new.ShouldNotContainKey- Parameters:
actual- the actual value in the failed assertion.key- the unexpected key.- Returns:
- the created
ErrorMessageFactory.
-