|
Move Method private executeBeforeMethods(testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.JUnit5TestEngine to private executeBeforeMethods(testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.TestExecutor |
From |
To |
|
Move Method private executeAfterMethods(testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.JUnit5TestEngine to private executeAfterMethods(testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.TestExecutor |
From |
To |
|
Move Method private findAnnotatedMethods(testClass Class<?>, annotationType Class<? extends Annotation>) : List<Method> from class org.junit.gen5.engine.junit5.JUnit5TestEngine to private findAnnotatedMethods(testClass Class<?>, annotationType Class<? extends Annotation>) : List<Method> from class org.junit.gen5.engine.junit5.TestExecutor |
From |
To |