org.fest.assertions.condition
Class DoesNotHave<T>
java.lang.Object
org.fest.assertions.core.Condition<T>
org.fest.assertions.condition.Negative<T>
org.fest.assertions.condition.DoesNotHave<T>
- All Implemented Interfaces:
- Descriptable<Condition<T>>
public class DoesNotHave<T>
- extends Negative<T>
Returns true
if the condition is not satisfied.
- Author:
- Nicolas François, Joel Costigliola
Methods inherited from class org.fest.assertions.condition.Negative |
matches |
doesNotHave
public static <T> DoesNotHave<T> doesNotHave(Condition<T> condition)
- Creates a new
DoesNotHave
.
- Parameters:
condition
- the condition to inverse.
- Returns:
- The Not condition created.
toString
public String toString()
- Overrides:
toString
in class Condition<T>
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.