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