public class DoesNotHave<T> extends Negative<T>
true if the condition is not satisfied.| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
doesNotHave(Condition<? super T> condition)
Creates a new
DoesNotHave. |
String |
toString() |
as, as, describedAs, describedAs, descriptionpublic static <T> DoesNotHave<T> doesNotHave(Condition<? super T> condition)
DoesNotHave.condition - the condition to inverse.Copyright © 2014–2016 AssertJ. All rights reserved.