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
shouldNotContainKey
public static ErrorMessageFactory shouldNotContainKey(Object actual,
Object key)
- Creates a new
ShouldNotContainKey.
- Parameters:
actual - the actual value in the failed assertion.
- Returns:
- the created
ErrorMessageFactory.
Copyright © 2013–2015 AssertJ. All rights reserved.