|
Rename Method public isA(expectedType Class<? extends Throwable>) : Condition<Throwable> renamed to public instanceOf(expectedType Class<? extends Throwable>) : Condition<Throwable> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |
|
Rename Method public suppressedThrowable(index int, condition Condition<Throwable>) : Condition<Throwable> renamed to public cause(condition Condition<Throwable>) : Condition<Throwable> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |
|
Rename Method public nestedThrowable(condition Condition<Throwable>) : Condition<Throwable> renamed to public suppressed(index int, condition Condition<Throwable>) : Condition<Throwable> in class org.junit.platform.testkit.engine.TestExecutionResultConditions |
From |
To |