Class ShouldHaveCompletedExceptionallyWithin

    • Field Detail

      • SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN_DURATION

        private static final java.lang.String SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN_DURATION
        See Also:
        Constant Field Values
      • SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN

        private static final java.lang.String SHOULD_HAVE_COMPLETED_EXCEPTIONALLY_WITHIN
        See Also:
        Constant Field Values
    • Constructor Detail

      • ShouldHaveCompletedExceptionallyWithin

        private ShouldHaveCompletedExceptionallyWithin​(java.util.concurrent.Future<?> actual,
                                                       java.time.Duration timeout)
      • ShouldHaveCompletedExceptionallyWithin

        private ShouldHaveCompletedExceptionallyWithin​(java.util.concurrent.Future<?> actual,
                                                       long timeout,
                                                       java.util.concurrent.TimeUnit unit)
    • Method Detail

      • shouldHaveCompletedExceptionallyWithin

        public static ErrorMessageFactory shouldHaveCompletedExceptionallyWithin​(java.util.concurrent.Future<?> actual,
                                                                                 java.time.Duration timeout)
      • shouldHaveCompletedExceptionallyWithin

        public static ErrorMessageFactory shouldHaveCompletedExceptionallyWithin​(java.util.concurrent.Future<?> actual,
                                                                                 long timeout,
                                                                                 java.util.concurrent.TimeUnit unit)