bdbea615e76a2edb9c131d5919dd91344658e227
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private createAssertionFailedError(messageOrSupplier Object, t Throwable) : AssertionFailedError extracted from private assertDoesNotThrow(supplier ThrowingSupplier<T>, messageOrSupplier Object) : T in class org.junit.jupiter.api.AssertDoesNotThrow | From | To | |
Extract Method private createAssertionFailedError(messageOrSupplier Object, t Throwable) : AssertionFailedError extracted from private assertDoesNotThrow(executable Executable, messageOrSupplier Object) : void in class org.junit.jupiter.api.AssertDoesNotThrow | From | To |