| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssertions.assertThat(CompletableFuture<RESULT> future)
Delegate call to
Assertions.assertThat(CompletableFuture) |
static <RESULT> CompletableFutureAssert<RESULT> |
Assertions.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
<RESULT> CompletableFutureAssert<RESULT> |
AbstractStandardSoftAssertions.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
static <RESULT> CompletableFutureAssert<RESULT> |
AssertionsForClassTypes.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
<RESULT> CompletableFutureAssert<RESULT> |
AbstractBDDSoftAssertions.then(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
static <RESULT> CompletableFutureAssert<RESULT> |
BDDAssertions.then(CompletableFuture<RESULT> future)
Create assertion for
CompletableFuture. |
Copyright © 2014–2017 AssertJ. All rights reserved.