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