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, unquotedStringpublic static ErrorMessageFactory shouldNotContainKey(Object actual, Object key)
ShouldNotContainKey.actual - the actual value in the failed assertion.key - the unexpected key.ErrorMessageFactory.Copyright © 2014–2018 AssertJ. All rights reserved.