1a57e4f386a9f8cd6be0a08a4d914349d32a7f01
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private toDynamicTestStream(testFactoryMethodResult Object) : Stream<DynamicTest> renamed to private toDynamicNodeStream(testFactoryMethodResult Object) : Stream<DynamicNode> in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public getDisplayName() : String from class org.junit.jupiter.api.DynamicTest to public getDisplayName() : String from class org.junit.jupiter.api.DynamicNode | From | To | |
Pull Up Method public toString() : String from class org.junit.jupiter.api.DynamicTest to public toString() : String from class org.junit.jupiter.api.DynamicNode | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private displayName : String from class org.junit.jupiter.api.DynamicTest to private displayName : String from class org.junit.jupiter.api.DynamicNode | From | To | |
Change Return Type | 1 | ||
Change Return Type Stream<DynamicTest> to Stream<DynamicNode> in method private toDynamicNodeStream(testFactoryMethodResult Object) : Stream<DynamicNode> in class org.junit.jupiter.engine.descriptor.TestFactoryTestDescriptor | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.junit.jupiter.api.DynamicNode from classes [org.junit.jupiter.api.DynamicTest] | From | To |