Package org.assertj.core.condition
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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.Condition
describedAs, description, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.assertj.core.api.Descriptable
as, as, as, describedAs
-
Field Details
-
condition
-
-
Constructor Details
-
Negative
-
-
Method Details