public class ShouldBeCompletedWithin extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeCompletedWithin(Future<?> actual,
Duration duration,
Exception exception) |
static ErrorMessageFactory |
shouldBeCompletedWithin(Future<?> actual,
long timeout,
TimeUnit timeUnit,
Exception exception) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeCompletedWithin(Future<?> actual, Duration duration, Exception exception)
public static ErrorMessageFactory shouldBeCompletedWithin(Future<?> actual, long timeout, TimeUnit timeUnit, Exception exception)
Copyright © 2025. All rights reserved.