public class ShouldNotBe extends BasicErrorMessageFactory
Condition failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorMessageFactory |
shouldNotBe(T actual,
Condition<? super T> condition)
Creates a new
ShouldNotBe. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static <T> ErrorMessageFactory shouldNotBe(T actual, Condition<? super T> condition)
ShouldNotBe.T - guarantees that the type of the actual value and the generic type of the Condition are the same.actual - the actual value in the failed assertion.condition - the Condition.ErrorMessageFactory.Copyright © 2014–2016 AssertJ. All rights reserved.