Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
(package private) <E extends Extension> |
JupiterTestDescriptor.invokeExecutionExceptionHandlers(java.lang.Class<E> handlerType,
ExtensionRegistry registry,
java.lang.Throwable throwable,
JupiterTestDescriptor.ExceptionHandlerInvoker<E> handlerInvoker)
Invoke exception handlers for the supplied
Throwable one-by-one
until none are left or the throwable to handle has been swallowed. |
private <E extends Extension> |
JupiterTestDescriptor.invokeExecutionExceptionHandlers(java.util.List<E> exceptionHandlers,
java.lang.Throwable throwable,
JupiterTestDescriptor.ExceptionHandlerInvoker<E> handlerInvoker) |