public abstract class Negative<T> extends Condition<T>
| Modifier | Constructor and Description |
|---|---|
protected |
Negative(Condition<? super T> condition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(T value)
Verifies that the given value satisfies this condition.
|
as, as, describedAs, describedAs, description, toStringCopyright © 2013–2018 AssertJ. All rights reserved.