3cb4009c645d21ab985f1f411125086295484b62
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private assertMatches(expectedLine String, actualLine String, expectedIndex int, actualIndex int) : void from class org.junit.platform.console.ConsoleDetailsTests.Runner to private assertMatches(expectedLine String, actualLine String, expectedIndex int, actualIndex int) : void from class org.junit.jupiter.api.AssertLinesMatch | From | To | |
Move Method private matches(expectedLine String, actualLine String, failOnPatternSyntaxException boolean) : boolean from class org.junit.platform.console.ConsoleDetailsTests.Runner to private matches(expectedLine String, actualLine String, failOnPatternSyntaxException boolean) : boolean from class org.junit.jupiter.api.AssertLinesMatch | From | To | |
Extract Class | 1 | ||
Extract Class org.junit.jupiter.api.AssertLinesMatch from class org.junit.platform.console.ConsoleDetailsTests.Runner | From | To |