Package org.assertj.core.error
Class ShouldNotContainValue
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.ShouldNotContainValue
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldNotContainValue extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies a map does not contains a value.- 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 ErrorMessageFactory
shouldNotContainValue(Object actual, Object value)
Creates a newShouldNotContainValue
.-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
shouldNotContainValue
public static ErrorMessageFactory shouldNotContainValue(Object actual, Object value)
Creates a newShouldNotContainValue
.- Parameters:
actual
- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory
.
-
-