Uses of Interface
org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.ExceptionHandlerInvoker
-
Packages that use JupiterTestDescriptor.ExceptionHandlerInvoker Package Description org.junit.jupiter.engine.descriptor 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.ExceptionHandlerInvoker Modifier and Type Method Description (package private) <E extends org.junit.jupiter.api.extension.Extension>
voidJupiterTestDescriptor. invokeExecutionExceptionHandlers(java.lang.Class<E> handlerType, ExtensionRegistry registry, java.lang.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(java.util.List<E> exceptionHandlers, java.lang.Throwable throwable, JupiterTestDescriptor.ExceptionHandlerInvoker<E> handlerInvoker)
-