Package org.assertj.core.condition
Class Not<T>
- java.lang.Object
-
- org.assertj.core.api.Condition<T>
-
- org.assertj.core.condition.Negative<T>
-
- org.assertj.core.condition.Not<T>
-
- All Implemented Interfaces:
Descriptable<Condition<T>>
public class Not<T> extends Negative<T>
Returnstrue
if the condition is not satisfied.- Author:
- Nicolas François, Mikhail Mazursky
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.assertj.core.api.Condition
Condition.Status
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Not<T>
not(Condition<? super T> condition)
Creates a new
.Not
-
Methods inherited from class org.assertj.core.api.Condition
conditionDescriptionWithStatus, describedAs, description, status, 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
-
-