782a29764782aefb95b2e879701d3ddd5ee771b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private startRootNodesExecution(context EngineExecutionContext, rootNodes List<TestExecutionNode>) : void extracted from public execute(context EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Extract Method private buildTestExecutionNodesTree(context EngineExecutionContext) : Map<TestDescriptor,TestExecutionNode> extracted from public execute(context EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Extract Method private findRootNodes(nodes Map<TestDescriptor,TestExecutionNode>) : List<TestExecutionNode> extracted from public execute(context EngineExecutionContext) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To |