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, toString
Copyright © 2014–2019 AssertJ. All rights reserved.