@FunctionalInterface
static interface JupiterTestDescriptor.ExceptionHandlerInvoker<E extends Extension>
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(E exceptionHandler,
java.lang.Throwable throwable)
Invoke the supplied
exceptionHandler with the supplied throwable. |
void invoke(E exceptionHandler, java.lang.Throwable throwable) throws java.lang.Throwable
exceptionHandler with the supplied throwable.java.lang.Throwable