|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class org.junit.gen5.engine.junit5.extension.TestExecutionExceptionHandlerTests.ConvertException |
From |
To |
|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class org.junit.gen5.engine.junit5.extension.TestExecutionExceptionHandlerTests.ShouldNotBeCalled |
From |
To |
|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class extensions.ExpectToFailExtension |
From |
To |
|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class example.exception.IgnoreIOExceptionExtension |
From |
To |
|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class org.junit.gen5.engine.junit5.extension.TestExecutionExceptionHandlerTests.RethrowException |
From |
To |
|
Rename Method private invokeExceptionHandlers(registry ExtensionRegistry, context TestExtensionContext, ex Throwable) : void renamed to private invokeTestExecutionExceptionHandlers(registry ExtensionRegistry, context TestExtensionContext, ex Throwable) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor |
From |
To |
|
Rename Method private invokeExceptionHandlers(ex Throwable, handlers List<ExceptionHandler>, context TestExtensionContext) : void renamed to private invokeTestExecutionExceptionHandlers(ex Throwable, handlers List<TestExecutionExceptionHandler>, context TestExtensionContext) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor |
From |
To |
|
Rename Method public handleException(context TestExtensionContext, throwable Throwable) : void renamed to public handleTestExecutionException(context TestExtensionContext, throwable Throwable) : void in class org.junit.gen5.engine.junit5.extension.TestExecutionExceptionHandlerTests.SwallowException |
From |
To |