Package org.fest.assertions.condition
Class Negative<T>
- java.lang.Object
-
- org.fest.assertions.core.Condition<T>
-
- org.fest.assertions.condition.Negative<T>
-
- All Implemented Interfaces:
Descriptable<Condition<T>>
- Direct Known Subclasses:
DoesNotHave
,Not
public abstract class Negative<T> extends Condition<T>
Inverse the condition.- Author:
- Nicolas François, Mikhail Mazursky
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(T value)
Verifies that the given value satisfies this condition.-
Methods inherited from class org.fest.assertions.core.Condition
as, as, describedAs, describedAs, description, toString
-
-