Package org.assertj.core.error
Class ShouldNotContainKey
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldNotContainKey
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldNotContainKey extends BasicErrorMessageFactory
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldNotContainKey(Object actual, Object key)Creates a newShouldNotContainKey.-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
shouldNotContainKey
public static ErrorMessageFactory shouldNotContainKey(Object actual, Object key)
Creates a newShouldNotContainKey.- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
-