Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Method and Description |
---|---|
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssertions.assertThat(CompletableFuture<RESULT> future)
Create assertion for
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 . |
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssertions.assertThat(CompletionStage<RESULT> completionStage)
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 . |
<RESULT> CompletableFutureAssert<RESULT> |
AbstractStandardSoftAssertions.assertThat(CompletionStage<RESULT> actual)
Create assertion for
CompletionStage by converting it to a CompletableFuture and returning a CompletableFutureAssert . |
static <RESULT> CompletableFutureAssert<RESULT> |
Assumptions.assumeThat(CompletableFuture<RESULT> actual)
Creates a new instance of
CompletableFutureAssert assumption. |
default <RESULT> CompletableFutureAssert<RESULT> |
WithAssumptions.assumeThat(CompletableFuture<RESULT> future)
Creates a new instance of
CompletableFutureAssert assumption. |
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 . |
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 . |
<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 . |
<RESULT> CompletableFutureAssert<RESULT> |
AbstractBDDSoftAssertions.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 . |
Copyright © 2014–2019 AssertJ. All rights reserved.