Class Negative<T>
java.lang.Object
org.assertj.core.api.Condition<T>
org.assertj.core.condition.Negative<T>
- All Implemented Interfaces:
Descriptable<Condition<T>>
- Direct Known Subclasses:
DoesNotHave, Not
Inverse the condition.
- Author:
- Nicolas François, Mikhail Mazursky
-
Nested Class Summary
Nested classes/interfaces inherited from class Condition
Condition.Status -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Condition
conditionDescriptionWithStatus, describedAs, description, status, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Descriptable
as, as, as, describedAs, describedAs
-
Constructor Details
-
Negative
-
-
Method Details
-
matches
-