Uses of Class
org.assertj.core.api.CompletableFutureAssert
Packages that use CompletableFutureAssert
-
Uses of CompletableFutureAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type CompletableFutureAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<CompletableFuture, CompletableFutureAssert<Object>> InstanceOfAssertFactories.COMPLETABLE_FUTUREstatic final InstanceOfAssertFactory<CompletionStage, CompletableFutureAssert<Object>> InstanceOfAssertFactories.COMPLETION_STAGEMethods in org.assertj.core.api that return CompletableFutureAssertModifier and TypeMethodDescriptionstatic <RESULT> CompletableFutureAssert<RESULT> Assertions.assertThat(CompletableFuture<RESULT> actual) Create assertion forCompletableFuture.static <RESULT> CompletableFutureAssert<RESULT> Assertions.assertThat(CompletionStage<RESULT> actual) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.static <RESULT> CompletableFutureAssert<RESULT> AssertionsForClassTypes.assertThat(CompletableFuture<RESULT> actual) Create assertion forCompletableFuture.static <RESULT> CompletableFutureAssert<RESULT> AssertionsForInterfaceTypes.assertThat(CompletionStage<RESULT> actual) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.default <RESULT> CompletableFutureAssert<RESULT> StandardSoftAssertionsProvider.assertThat(CompletableFuture<RESULT> actual) Create assertion forCompletableFuture.default <RESULT> CompletableFutureAssert<RESULT> StandardSoftAssertionsProvider.assertThat(CompletionStage<RESULT> actual) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.default <RESULT> CompletableFutureAssert<RESULT> WithAssertions.assertThat(CompletableFuture<RESULT> future) Create assertion forCompletableFuture.default <RESULT> CompletableFutureAssert<RESULT> WithAssertions.assertThat(CompletionStage<RESULT> completionStage) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.static <RESULT> CompletableFutureAssert<RESULT> CompletableFutureAssert.assertThatCompletionStage(CompletionStage<RESULT> actual) static <RESULT> CompletableFutureAssert<RESULT> Assumptions.assumeThat(CompletableFuture<RESULT> actual) Creates a new instance ofCompletableFutureAssertassumption.static <RESULT> CompletableFutureAssert<RESULT> Assumptions.assumeThat(CompletionStage<RESULT> actual) Creates a new instance ofCompletableFutureAssertassumption for aCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.default <RESULT> CompletableFutureAssert<RESULT> WithAssumptions.assumeThat(CompletableFuture<RESULT> future) Creates a new instance ofCompletableFutureAssertassumption.default <RESULT> CompletableFutureAssert<RESULT> WithAssumptions.assumeThat(CompletionStage<RESULT> actual) Creates a new instance ofCompletableFutureAssertassumption for aCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.static <RESULT> CompletableFutureAssert<RESULT> BDDAssumptions.given(CompletableFuture<RESULT> future) Creates a new assumption's instance for aCompletableFuturevalue.static <RESULT> CompletableFutureAssert<RESULT> BDDAssumptions.given(CompletionStage<RESULT> stage) Creates a new assumption's instance for aCompletionStagevalue.static <RESULT> CompletableFutureAssert<RESULT> BDDAssertions.then(CompletableFuture<RESULT> future) Create assertion forCompletableFuture.static <RESULT> CompletableFutureAssert<RESULT> BDDAssertions.then(CompletionStage<RESULT> actual) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.default <RESULT> CompletableFutureAssert<RESULT> BDDSoftAssertionsProvider.then(CompletableFuture<RESULT> actual) Create assertion forCompletableFuture.default <RESULT> CompletableFutureAssert<RESULT> BDDSoftAssertionsProvider.then(CompletionStage<RESULT> actual) Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.Methods in org.assertj.core.api that return types with arguments of type CompletableFutureAssertModifier and TypeMethodDescriptionstatic <RESULT> InstanceOfAssertFactory<CompletableFuture, CompletableFutureAssert<RESULT>> InstanceOfAssertFactories.completableFuture(Class<RESULT> resultType) static <RESULT> InstanceOfAssertFactory<CompletionStage, CompletableFutureAssert<RESULT>> InstanceOfAssertFactories.completionStage(Class<RESULT> resultType)