RESULT
- the type contained within the Futurepublic class FutureAssert<RESULT> extends AbstractFutureAssert<FutureAssert<RESULT>,java.util.concurrent.Future<RESULT>,RESULT>
Future
.
To create an instance of this class, invoke
.
Assertions.assertThat(Future)
futures
actual, assertionErrorCreator, conditions, info, myself, objects, throwUnsupportedExceptionOnEquals
Modifier | Constructor and Description |
---|---|
protected |
FutureAssert(java.util.concurrent.Future<RESULT> actual) |
isCancelled, isDone, isNotCancelled, isNotDone
as, as, asInstanceOf, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, 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, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withAssertionState, withFailMessage, withRepresentation, withThreadDumpOnError
protected FutureAssert(java.util.concurrent.Future<RESULT> actual)