|
Push Down Method public toString() : String from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public toString() : String from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Method public FileSystemSource(sourceFileOrDirectory File) from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public FileSource(file File) from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Method public getPosition() : Optional<FilePosition> from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public getPosition() : Optional<FilePosition> from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Method public toString() : String from class org.junit.gen5.engine.support.descriptor.JavaSource to public toString() : String from class org.junit.gen5.engine.support.descriptor.JavaClassSource |
From |
To |
|
Push Down Method public getFile() : File from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public getFile() : File from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Method public FileSystemSource(sourceFileOrDirectory File, positionInFile FilePosition) from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public FileSource(file File, filePosition FilePosition) from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Method public FileSystemSource(sourceFileOrDirectory File, positionInFile FilePosition) from class org.junit.gen5.engine.support.descriptor.FileSystemSource to public DirectorySource(directory File) from class org.junit.gen5.engine.support.descriptor.DirectorySource |
From |
To |
|
Push Down Method public JavaSource(method Method) from class org.junit.gen5.engine.support.descriptor.JavaSource to public JavaMethodSource(javaMethod Method) from class org.junit.gen5.engine.support.descriptor.JavaMethodSource |
From |
To |
|
Push Down Attribute private javaClass : Class<?> from class org.junit.gen5.engine.support.descriptor.JavaSource to private javaClass : Class<?> from class org.junit.gen5.engine.support.descriptor.JavaClassSource |
From |
To |
|
Push Down Attribute private javaMethodParameterTypes : Class<?>[] from class org.junit.gen5.engine.support.descriptor.JavaSource to private javaMethodParameterTypes : Class<?>[] from class org.junit.gen5.engine.support.descriptor.JavaMethodSource |
From |
To |
|
Push Down Attribute private serialVersionUID : long from class org.junit.gen5.engine.support.descriptor.FileSystemSource to private serialVersionUID : long from class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Push Down Attribute private serialVersionUID : long from class org.junit.gen5.engine.support.descriptor.JavaSource to private serialVersionUID : long from class org.junit.gen5.engine.support.descriptor.JavaClassSource |
From |
To |
|
Push Down Attribute private javaMethodName : String from class org.junit.gen5.engine.support.descriptor.JavaSource to private javaMethodName : String from class org.junit.gen5.engine.support.descriptor.JavaMethodSource |
From |
To |
|
Change Variable Type classSource : JavaSource to classSource : JavaClassSource in method private assertClassSource(expectedClass Class<?>, testDescriptor TestDescriptor) : void in class org.junit.gen5.engine.junit4.JUnit4TestEngineDiscoveryTests |
From |
To |
|
Change Variable Type source : FileSystemSource to source : FileSource in method package fileWithPosition() : void in class org.junit.gen5.engine.support.discovery.FileSystemSourceTests |
From |
To |
|
Change Variable Type source : FileSystemSource to source : DirectorySource in method package directory() : void in class org.junit.gen5.engine.support.discovery.FileSystemSourceTests |
From |
To |
|
Change Variable Type sourceMethodName : Optional<String> to methodName : String in method private createReportEntry(testIdentifier TestIdentifier, throwable Optional<Throwable>) : SimpleReportEntry in class org.junit.gen5.surefire.RunListenerAdapter |
From |
To |
|
Change Variable Type source : FileSystemSource to source : FileSource in method package fileWithoutPosition() : void in class org.junit.gen5.engine.support.discovery.FileSystemSourceTests |
From |
To |
|
Change Variable Type source : JavaSource to source : JavaClassSource in method package classSource() : void in class org.junit.gen5.engine.support.discovery.JavaSourceTests |
From |
To |
|
Change Variable Type source : JavaSource to source : JavaMethodSource in method package methodSource(testInfo TestInfo) : void in class org.junit.gen5.engine.support.discovery.JavaSourceTests |
From |
To |
|
Change Variable Type methodSource : JavaSource to methodSource : JavaMethodSource in method private assertMethodSource(expectedMethod Method, testDescriptor TestDescriptor) : void in class org.junit.gen5.engine.junit4.JUnit4TestEngineDiscoveryTests |
From |
To |
|
Rename Parameter sourceFileOrDirectory : File to directory : File in method public DirectorySource(directory File) in class org.junit.gen5.engine.support.descriptor.DirectorySource |
From |
To |
|
Rename Parameter method : Method to javaMethod : Method in method public JavaMethodSource(javaMethod Method) in class org.junit.gen5.engine.support.descriptor.JavaMethodSource |
From |
To |
|
Rename Parameter sourceFileOrDirectory : File to file : File in method public FileSource(file File) in class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Rename Parameter positionInFile : FilePosition to filePosition : FilePosition in method public FileSource(file File, filePosition FilePosition) in class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |
|
Rename Parameter sourceFileOrDirectory : File to file : File in method public FileSource(file File, filePosition FilePosition) in class org.junit.gen5.engine.support.descriptor.FileSource |
From |
To |