public class ShouldBeCompletedExceptionally extends BasicErrorMessageFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
SHOULD_HAVE_COMPLETED_EXCEPTIONALLY |
arguments, format
Modifier | Constructor and Description |
---|---|
private |
ShouldBeCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldHaveCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual) |
create, create, create, equals, hashCode, toString, unquotedString
private static final java.lang.String SHOULD_HAVE_COMPLETED_EXCEPTIONALLY
private ShouldBeCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual)
public static ErrorMessageFactory shouldHaveCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual)