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