Package org.assertj.core.api
Class CompletableFutureAssert<RESULT>
java.lang.Object
org.assertj.core.api.AbstractAssert<CompletableFutureAssert<RESULT>,CompletableFuture<RESULT>>
org.assertj.core.api.AbstractCompletableFutureAssert<CompletableFutureAssert<RESULT>,RESULT>
org.assertj.core.api.CompletableFutureAssert<RESULT>
- Type Parameters:
RESULT
- type of the value contained in theCompletableFuture
.
- All Implemented Interfaces:
Assert<CompletableFutureAssert<RESULT>,
,CompletableFuture<RESULT>> Descriptable<CompletableFutureAssert<RESULT>>
,ExtensionPoints<CompletableFutureAssert<RESULT>,
CompletableFuture<RESULT>>
public class CompletableFutureAssert<RESULT>
extends AbstractCompletableFutureAssert<CompletableFutureAssert<RESULT>,RESULT>
Assertions for
CompletableFuture
.-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.assertj.core.api.AbstractCompletableFutureAssert
hasFailed, hasFailedWithThrowableThat, hasNotFailed, isCancelled, isCompleted, isCompletedExceptionally, isCompletedWithValue, isCompletedWithValueMatching, isCompletedWithValueMatching, isDone, isNotCancelled, isNotCompleted, isNotCompletedExceptionally, isNotDone
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
CompletableFutureAssert
-