87cff3b624f9943db7197d90be75af3a5c00cb01
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 2 | ||
Pull Up Attribute private conditionEvaluator : ConditionEvaluator from class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode to private conditionEvaluator : ConditionEvaluator from class org.junit.gen5.engine.junit5.execution.TestExecutionNode | From | To | |
Pull Up Attribute private conditionEvaluator : ConditionEvaluator from class org.junit.gen5.engine.junit5.execution.ClassTestExecutionNode to private conditionEvaluator : ConditionEvaluator from class org.junit.gen5.engine.junit5.execution.TestExecutionNode | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected isTestDisabled(request ExecutionRequest, context TestExecutionContext) : boolean extracted from public execute(request ExecutionRequest, context TestExecutionContext) : void in class org.junit.gen5.engine.junit5.execution.ClassTestExecutionNode & moved to class org.junit.gen5.engine.junit5.execution.TestExecutionNode | From | To | |
Extract And Move Method protected isTestDisabled(request ExecutionRequest, context TestExecutionContext) : boolean extracted from public execute(request ExecutionRequest, context TestExecutionContext) : void in class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode & moved to class org.junit.gen5.engine.junit5.execution.TestExecutionNode | From | To |