|
Rename Method private findMethodOfAbstractClass(name String) : Method renamed to private abstractMethod(name String) : Method in class org.junit.jupiter.engine.discovery.predicates.IsTestMethodTests |
From |
To |
|
Rename Method private findMethod(name String, aClass Class<?>...) : Method renamed to private method(name String, parameterTypes Class<?>...) : Method in class org.junit.jupiter.engine.discovery.predicates.IsTestMethodTests |
From |
To |
|
Rename Method package publicTestMethodWithArgumentEvaluatesToTrue() : void renamed to package publicTestMethodWithArgument() : void in class org.junit.jupiter.engine.discovery.predicates.IsTestMethodTests |
From |
To |
|
Rename Method private contains(methods List<Method>, methodName String) : boolean renamed to private namesOf(methods List<Method>) : List<String> in class org.junit.jupiter.engine.descriptor.LifecycleMethodUtilsTests |
From |
To |
|
Rename Method private findMethod(name String) : Method renamed to private method(name String) : Method in class org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethodTests |
From |
To |