c62d3a2557d6d59e9c707d077c8eaf57a8e18b9c
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package ensureSingleTestMethodExecute() : List<DynamicTest> renamed to package ensureSingleTestMethodsExecute() : List<DynamicTest> in class org.junit.jupiter.engine.bridge.BridgeMethodTests | From | To | |
Rename Method package childHasBridgeMethods() : void renamed to package childrenHaveBridgeMethods() : void in class org.junit.jupiter.engine.bridge.BridgeMethodTests | From | To | |
Rename Variable | 2 | ||
Rename Variable withoutBridges : String to withoutBridgeMethods : String in method package compareMethodExecutionSequenceOrder() : void in class org.junit.jupiter.engine.bridge.BridgeMethodTests | From | To | |
Rename Variable withBridges : String to withBridgeMethods : String in method package compareMethodExecutionSequenceOrder() : void in class org.junit.jupiter.engine.bridge.BridgeMethodTests | From | To | |
Rename Class | 5 | ||
Rename Class org.junit.jupiter.engine.bridge.ChildWithoutBridges renamed to org.junit.jupiter.engine.bridge.ChildWithoutBridgeMethods | From | To | |
Rename Class org.junit.jupiter.engine.bridge.BridgeTests renamed to org.junit.jupiter.engine.bridge.BridgeMethodTests | From | To | |
Rename Class org.junit.jupiter.engine.bridge.NumberTestGroup.ShortTests renamed to org.junit.jupiter.engine.bridge.NumberTestGroup.ShortTestCase | From | To | |
Rename Class org.junit.jupiter.engine.bridge.NumberTestGroup.ByteTests renamed to org.junit.jupiter.engine.bridge.NumberTestGroup.ByteTestCase | From | To | |
Rename Class org.junit.jupiter.engine.bridge.ChildWithBridges renamed to org.junit.jupiter.engine.bridge.ChildWithBridgeMethods | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.junit.jupiter.engine.bridge.AbstractNumberTests from classes [org.junit.jupiter.engine.bridge.NumberTestGroup.ByteTestCase, org.junit.jupiter.engine.bridge.NumberTestGroup.ShortTestCase] | From | To | |
Extract Variable | 1 | ||
Extract Variable type : Class<?> in method public resolve(parameterContext ParameterContext, extensionContext ExtensionContext) : Object from class org.junit.jupiter.engine.bridge.NumberResolver | From | To |