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