8512b101b68020df8c7fad2c0a30f9bcdc8d88ce
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public result_with_error() : void renamed to public test_step_finished_fires_assumption_failed_and_test_finished_for_pending_step_in_strict_mode() : void in class cucumber.runtime.junit.JUnitReporterTest | From | To | |
Rename Method public match_allow_started_ignored() : void renamed to public test_step_started_fires_test_started_for_step() : void in class cucumber.runtime.junit.JUnitReporterTest | From | To | |
Rename Method public hook_with_pending_exception_strict() : void renamed to public test_step_finished_adds_the_step_exeption_for_failed_steps() : void in class cucumber.runtime.junit.JUnitReporterTest | From | To | |
Extract Variable | 1 | ||
Extract Variable exception : Throwable in method public test_step_finished_adds_the_step_exeption_for_failed_steps() : void from class cucumber.runtime.junit.JUnitReporterTest | From | To | |
Extract Method | 2 | ||
Extract Method private mockResult(status Result.Type, exception Throwable) : Result extracted from public hook_with_pending_exception_strict() : void in class cucumber.runtime.junit.JUnitReporterTest | From | To | |
Extract Method private mockResult(status Result.Type, exception Throwable) : Result extracted from public result_with_error() : void in class cucumber.runtime.junit.JUnitReporterTest | From | To |