| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.condition |
| Modifier and Type | Method and Description |
|---|---|
default <T> DoesNotHave<T> |
WithAssertions.doesNotHave(Condition<? super T> condition)
Creates a new
. |
static <T> DoesNotHave<T> |
Assertions.doesNotHave(Condition<? super T> condition)
Creates a new
. |
static <T> DoesNotHave<T> |
AssertionsForClassTypes.doesNotHave(Condition<? super T> condition)
Creates a new
. |
static <T> DoesNotHave<T> |
Java6Assertions.doesNotHave(Condition<? super T> condition)
Creates a new
. |
| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
DoesNotHave.doesNotHave(Condition<? super T> condition)
Creates a new
. |
Copyright © 2014–2018 AssertJ. All rights reserved.