|
Change Parameter Type handlerInvoker : ExceptionHandlerInvoker<T> to handlerInvoker : ExceptionHandlerInvoker<E> in method package invokeExecutionExceptionHandlers(handlerType Class<E>, registry ExtensionRegistry, throwable Throwable, handlerInvoker ExceptionHandlerInvoker<E>) : void in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor |
From |
To |
|
Change Parameter Type handlers : List<T> to exceptionHandlers : List<E> in method private invokeExecutionExceptionHandlers(exceptionHandlers List<E>, throwable Throwable, handlerInvoker ExceptionHandlerInvoker<E>) : void in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor |
From |
To |
|
Change Parameter Type handlerInvoker : ExceptionHandlerInvoker<T> to handlerInvoker : ExceptionHandlerInvoker<E> in method private invokeExecutionExceptionHandlers(exceptionHandlers List<E>, throwable Throwable, handlerInvoker ExceptionHandlerInvoker<E>) : void in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor |
From |
To |
|
Change Parameter Type handlerType : Class<T> to handlerType : Class<E> in method package invokeExecutionExceptionHandlers(handlerType Class<E>, registry ExtensionRegistry, throwable Throwable, handlerInvoker ExceptionHandlerInvoker<E>) : void in class org.junit.jupiter.engine.descriptor.JupiterTestDescriptor |
From |
To |