Uses of Interface
org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.ExceptionHandlerInvoker
Packages that use JupiterTestDescriptor.ExceptionHandlerInvoker
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
-
Uses of JupiterTestDescriptor.ExceptionHandlerInvoker in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor with parameters of type JupiterTestDescriptor.ExceptionHandlerInvokerModifier and TypeMethodDescription(package private) <E extends org.junit.jupiter.api.extension.Extension>
voidJupiterTestDescriptor.invokeExecutionExceptionHandlers
(Class<E> handlerType, ExtensionRegistry registry, Throwable throwable, JupiterTestDescriptor.ExceptionHandlerInvoker<E> handlerInvoker) Invoke exception handlers for the suppliedThrowable
one-by-one until none are left or the throwable to handle has been swallowed.private <E extends org.junit.jupiter.api.extension.Extension>
voidJupiterTestDescriptor.invokeExecutionExceptionHandlers
(List<E> exceptionHandlers, Throwable throwable, JupiterTestDescriptor.ExceptionHandlerInvoker<E> handlerInvoker)