| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<CompletableFuture,CompletableFutureAssert<Object>> |
InstanceOfAssertFactories.COMPLETABLE_FUTURE
|
static InstanceOfAssertFactory<CompletionStage,CompletableFutureAssert<Object>> |
InstanceOfAssertFactories.COMPLETION_STAGE
|
| Modifier and Type | Method and Description |
|---|---|
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssertions.assertThat(CompletableFuture<RESULT> future)
Create assertion for
CompletableFuture. |
default <RESULT> CompletableFutureAssert<RESULT> |
StandardSoftAssertionsProvider.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
static <RESULT> CompletableFutureAssert<RESULT> |
AssertionsForClassTypes.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
static <RESULT> CompletableFutureAssert<RESULT> |
Assertions.assertThat(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssertions.assertThat(CompletionStage<RESULT> completionStage)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
default <RESULT> CompletableFutureAssert<RESULT> |
StandardSoftAssertionsProvider.assertThat(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
AssertionsForInterfaceTypes.assertThat(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
Assertions.assertThat(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
CompletableFutureAssert.assertThatCompletionStage(CompletionStage<RESULT> actual) |
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssumptions.assumeThat(CompletableFuture<RESULT> future)
Creates a new instance of
CompletableFutureAssert assumption. |
static <RESULT> CompletableFutureAssert<RESULT> |
Assumptions.assumeThat(CompletableFuture<RESULT> actual)
Creates a new instance of
CompletableFutureAssert assumption. |
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssumptions.assumeThat(CompletionStage<RESULT> actual)
Creates a new instance of
CompletableFutureAssert assumption for a CompletionStage
by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
Assumptions.assumeThat(CompletionStage<RESULT> actual)
Creates a new instance of
CompletableFutureAssert assumption for a CompletionStage
by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
BDDAssumptions.given(CompletableFuture<RESULT> future)
Creates a new assumption's instance for a
CompletableFuture value. |
static <RESULT> CompletableFutureAssert<RESULT> |
BDDAssumptions.given(CompletionStage<RESULT> stage)
Creates a new assumption's instance for a
CompletionStage value. |
default <RESULT> CompletableFutureAssert<RESULT> |
BDDSoftAssertionsProvider.then(CompletableFuture<RESULT> actual)
Create assertion for
CompletableFuture. |
static <RESULT> CompletableFutureAssert<RESULT> |
BDDAssertions.then(CompletableFuture<RESULT> future)
Create assertion for
CompletableFuture. |
default <RESULT> CompletableFutureAssert<RESULT> |
BDDSoftAssertionsProvider.then(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
static <RESULT> CompletableFutureAssert<RESULT> |
BDDAssertions.then(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert. |
| Modifier and Type | Method and Description |
|---|---|
static <RESULT> InstanceOfAssertFactory<CompletableFuture,CompletableFutureAssert<RESULT>> |
InstanceOfAssertFactories.completableFuture(Class<RESULT> resultType)
|
static <RESULT> InstanceOfAssertFactory<CompletionStage,CompletableFutureAssert<RESULT>> |
InstanceOfAssertFactories.completionStage(Class<RESULT> resultType)
|
Copyright © 2025. All rights reserved.