Class ShouldHaveCompletedExceptionallyWithin

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.future.ShouldHaveCompletedExceptionallyWithin
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldHaveCompletedExceptionallyWithin extends BasicErrorMessageFactory
  • Field Details

    • SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN_DURATION

      private static final String SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN_DURATION
      See Also:
    • SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN

      private static final String SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN
      See Also:
  • Constructor Details

    • ShouldHaveCompletedExceptionallyWithin

      private ShouldHaveCompletedExceptionallyWithin(Future<?> actual, Duration timeout)
    • ShouldHaveCompletedExceptionallyWithin

      private ShouldHaveCompletedExceptionallyWithin(Future<?> actual, long timeout, TimeUnit unit)
  • Method Details