|
Rename Method public cause(condition Condition<? super Throwable>) : Condition<TestExecutionResult> renamed to public throwable(condition Condition<? super Throwable>) : Condition<TestExecutionResult> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |
|
Rename Method public suppressed(index int, condition Condition<Throwable>) : Condition<Throwable> renamed to public nestedThrowable(condition Condition<Throwable>) : Condition<Throwable> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |
|
Rename Method public nestedCause(condition Condition<Throwable>) : Condition<Throwable> renamed to public suppressedThrowable(index int, condition Condition<Throwable>) : Condition<Throwable> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |