| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
<RESULT> FutureAssert<RESULT> |
Java6AbstractStandardSoftAssertions.assertThat(Future<RESULT> actual)
Creates a new instance of
. |
default <RESULT> FutureAssert<RESULT> |
WithAssertions.assertThat(Future<RESULT> actual)
Create assertion for
Future. |
static <RESULT> FutureAssert<RESULT> |
Assertions.assertThat(Future<RESULT> actual)
Create assertion for
Future. |
static <RESULT> FutureAssert<RESULT> |
BDDAssertions.then(Future<RESULT> actual)
Creates a new instance of
FutureAssert |
<RESULT> FutureAssert<RESULT> |
Java6AbstractBDDSoftAssertions.then(Future<RESULT> actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.