Package org.assertj.core.api
Class FutureAssert<RESULT>
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
org.assertj.core.api.AbstractFutureAssert<FutureAssert<RESULT>,Future<RESULT>,RESULT>
org.assertj.core.api.FutureAssert<RESULT>
- Type Parameters:
RESULT
- the type contained within the Future
- All Implemented Interfaces:
Assert<FutureAssert<RESULT>,
,Future<RESULT>> Descriptable<FutureAssert<RESULT>>
,ExtensionPoints<FutureAssert<RESULT>,
Future<RESULT>>
public class FutureAssert<RESULT>
extends AbstractFutureAssert<FutureAssert<RESULT>,Future<RESULT>,RESULT>
Assertion methods for
Future
.
To create an instance of this class, invoke
.
Assertions.assertThat(Future)
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractFutureAssert
futures
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractFutureAssert
isCancelled, isDone, isNotCancelled, 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
-
FutureAssert
-