Package org.assertj.core.error.future
Class ShouldHaveFailedWithin
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.future.ShouldHaveFailedWithin
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldHaveFailedWithin
(Future<?> actual, long timeout, TimeUnit unit) private
ShouldHaveFailedWithin
(Future<?> actual, Duration timeout) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldHaveFailedWithin
(Future<?> actual, long timeout, TimeUnit unit) static ErrorMessageFactory
shouldHaveFailedWithin
(Future<?> actual, Duration timeout) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_HAVE_FAILED_WITHIN_DURATION
- See Also:
-
SHOULD_HAVE_FAILED_WITHIN
- See Also:
-
-
Constructor Details
-
ShouldHaveFailedWithin
-
ShouldHaveFailedWithin
-
-
Method Details
-
shouldHaveFailedWithin
-
shouldHaveFailedWithin
public static ErrorMessageFactory shouldHaveFailedWithin(Future<?> actual, long timeout, TimeUnit unit)
-