public class ShouldNotContainKey extends BasicErrorMessageFactory
arguments, format
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldNotContainKey(Object actual,
Object key)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedString
public static ErrorMessageFactory shouldNotContainKey(Object actual, Object key)
ShouldNotContainKey
.actual
- the actual value in the failed assertion.key
- the unexpected key.ErrorMessageFactory
.Copyright © 2014–2019 AssertJ. All rights reserved.