6ad0d367b49483d79948657ca729bfba6dc633f5
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method package assertTimeoutPreemptively(timeout Duration, supplier ThrowingSupplier<T>, messageSupplier Supplier<String>) : T extracted from package assertTimeoutPreemptively(timeout Duration, executable Executable, messageSupplier Supplier<String>) : void in class org.junit.jupiter.api.AssertTimeout | From | To | |
Extract Method package assertTimeout(timeout Duration, supplier ThrowingSupplier<T>, messageSupplier Supplier<String>) : T extracted from package assertTimeout(timeout Duration, executable Executable, messageSupplier Supplier<String>) : void in class org.junit.jupiter.api.AssertTimeout | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method package assertTimeoutPreemptively(timeout Duration, supplier ThrowingSupplier<T>) : T extracted from package assertTimeoutPreemptivelyForExecutableThatCompletesBeforeTheTimeout() : void in class org.junit.jupiter.api.AssertionsAssertTimeoutTests & moved to class org.junit.jupiter.api.AssertTimeout | From | To | |
Extract And Move Method package assertTimeout(timeout Duration, supplier ThrowingSupplier<T>) : T extracted from package assertTimeoutForExecutableThatCompletesBeforeTheTimeout() : void in class org.junit.jupiter.api.AssertionsAssertTimeoutTests & moved to class org.junit.jupiter.api.AssertTimeout | From | To |