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