Uses of Class
org.assertj.core.api.CompletableFutureAssert
-
Packages that use CompletableFutureAssert Package Description org.assertj.core.api -
-
Uses of CompletableFutureAssert in org.assertj.core.api
Fields in org.assertj.core.api with type parameters of type CompletableFutureAssert Modifier and Type Field Description static InstanceOfAssertFactory<CompletableFuture,CompletableFutureAssert<Object>>InstanceOfAssertFactories. COMPLETABLE_FUTUREstatic InstanceOfAssertFactory<CompletionStage,CompletableFutureAssert<Object>>InstanceOfAssertFactories. COMPLETION_STAGEMethods in org.assertj.core.api that return CompletableFutureAssert Modifier and Type Method Description <RESULT> CompletableFutureAssert<RESULT>AbstractStandardSoftAssertions. assertThat(CompletableFuture<RESULT> actual)Create assertion forCompletableFuture.<RESULT> CompletableFutureAssert<RESULT>AbstractStandardSoftAssertions. assertThat(CompletionStage<RESULT> actual)Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.static <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>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>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.<RESULT> CompletableFutureAssert<RESULT>AbstractBDDSoftAssertions. then(CompletableFuture<RESULT> actual)Create assertion forCompletableFuture.<RESULT> CompletableFutureAssert<RESULT>AbstractBDDSoftAssertions. then(CompletionStage<RESULT> actual)Create assertion forCompletionStageby converting it to aCompletableFutureand returning aCompletableFutureAssert.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.Methods in org.assertj.core.api that return types with arguments of type CompletableFutureAssert Modifier and Type Method Description static <RESULT> InstanceOfAssertFactory<CompletableFuture,CompletableFutureAssert<RESULT>>InstanceOfAssertFactories. completableFuture(Class<RESULT> resultType)static <RESULT> InstanceOfAssertFactory<CompletionStage,CompletableFutureAssert<RESULT>>InstanceOfAssertFactories. completionStage(Class<RESULT> resultType)
-