3185627bd69396f61e416c5c0c1fe0dc32ccfa0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public finishedWithFailure(resultCondition Condition<TestExecutionResult>) : Condition<ExecutionEvent> renamed to private finishedWithCause(expectedStatus Status, causeCondition Condition<? super Throwable>) : Condition<ExecutionEvent> in class org.junit.gen5.engine.ExecutionEventConditions | From | To | |
Rename Method public causeMessage(expectedMessage String) : Condition<TestExecutionResult> renamed to public message(expectedMessage String) : Condition<Throwable> in class org.junit.gen5.engine.TestExecutionResultConditions | From | To | |
Change Return Type | 1 | ||
Change Return Type Condition<TestExecutionResult> to Condition<Throwable> in method public message(expectedMessage String) : Condition<Throwable> in class org.junit.gen5.engine.TestExecutionResultConditions | From | To |