|
Rename Method public testAborted(testDescriptor TestDescriptor, t Throwable) : void renamed to public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.engine.EngineExecutionListener |
From |
To |
|
Rename Method public testSucceeded(testDescriptor TestDescriptor) : void renamed to public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.engine.EngineExecutionListener |
From |
To |
|
Rename Method public testAborted(testDescriptor TestDescriptor, t Throwable) : void renamed to public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.launcher.Launcher.ExecutionListenerAdapter |
From |
To |
|
Rename Method public testSucceeded(testDescriptor TestDescriptor) : void renamed to public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.engine.junit5.TrackingEngineExecutionListener |
From |
To |
|
Change Parameter Type throwable : Throwable to throwable : Optional<Throwable> in method private createReportEntry(testIdentifier TestIdentifier, throwable Optional<Throwable>) : SimpleReportEntry in class org.junit.gen5.surefire.RunListenerAdapter |
From |
To |
|
Change Parameter Type t : Throwable to testExecutionResult : TestExecutionResult in method public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.launcher.Launcher.ExecutionListenerAdapter |
From |
To |
|
Change Parameter Type throwable : Throwable to throwable : Optional<Throwable> in method private getStackTraceWriter(sourceClass Class<?>, sourceMethod Optional<Method>, throwable Optional<Throwable>) : StackTraceWriter in class org.junit.gen5.surefire.RunListenerAdapter |
From |
To |
|
Change Parameter Type t : Throwable to testExecutionResult : TestExecutionResult in method public testFinished(testDescriptor TestDescriptor, testExecutionResult TestExecutionResult) : void in class org.junit.gen5.engine.EngineExecutionListener |
From |
To |