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