T - The type of error or exception created@API(status=INTERNAL,
since="5.9.1")
public static interface Assertions.TimeoutFailureFactory<T extends java.lang.Throwable>
| Modifier and Type | Method and Description |
|---|---|
T |
createTimeoutFailure(java.time.Duration timeout,
java.util.function.Supplier<java.lang.String> messageSupplier,
java.lang.Throwable cause)
Create a failure for the given timeout, message, and cause.
|
T createTimeoutFailure(java.time.Duration timeout, java.util.function.Supplier<java.lang.String> messageSupplier, java.lang.Throwable cause)
null