Class ShouldHaveCompletedExceptionallyWithin
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.future.ShouldHaveCompletedExceptionallyWithin
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class BasicErrorMessageFactory
arguments, format -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateShouldHaveCompletedExceptionallyWithin(Future<?> actual, long timeout, TimeUnit unit) privateShouldHaveCompletedExceptionallyWithin(Future<?> actual, Duration timeout) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldHaveCompletedExceptionallyWithin(Future<?> actual, long timeout, TimeUnit unit) static ErrorMessageFactoryshouldHaveCompletedExceptionallyWithin(Future<?> actual, Duration timeout) Methods inherited from class BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN_DURATION
- See Also:
-
SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN
- See Also:
-
-
Constructor Details
-
ShouldHaveCompletedExceptionallyWithin
-
ShouldHaveCompletedExceptionallyWithin
-
-
Method Details
-
shouldHaveCompletedExceptionallyWithin
public static ErrorMessageFactory shouldHaveCompletedExceptionallyWithin(Future<?> actual, Duration timeout) -
shouldHaveCompletedExceptionallyWithin
public static ErrorMessageFactory shouldHaveCompletedExceptionallyWithin(Future<?> actual, long timeout, TimeUnit unit)
-