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