|
Push Down Method private describeTest(testIdentifier TestIdentifier) : String from class org.junit.gen5.launcher.listeners.TestExecutionSummary to private describeTest(testIdentifier TestIdentifier) : String from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Method public countFailedTests() : long from class org.junit.gen5.launcher.listeners.TestExecutionSummary to public getTestsFailedCount() : long from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Method private collectTestDescription(optionalIdentifier Optional<TestIdentifier>, descriptionParts List<String>) : void from class org.junit.gen5.launcher.listeners.TestExecutionSummary to private collectTestDescription(optionalIdentifier Optional<TestIdentifier>, descriptionParts List<String>) : void from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Method package addFailure(testIdentifier TestIdentifier, throwable Throwable) : void from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package addFailure(testIdentifier TestIdentifier, throwable Throwable) : void from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Method public printOn(writer PrintWriter) : void from class org.junit.gen5.launcher.listeners.TestExecutionSummary to public printTo(writer PrintWriter) : void from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Method public printFailuresOn(writer PrintWriter) : void from class org.junit.gen5.launcher.listeners.TestExecutionSummary to public printFailuresTo(writer PrintWriter) : void from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute private testPlan : TestPlan from class org.junit.gen5.launcher.listeners.TestExecutionSummary to private testPlan : TestPlan from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsSkipped : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsSkipped : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package timeStarted : long from class org.junit.gen5.launcher.listeners.TestExecutionSummary to private timeStarted : long from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute private failures : List<Failure> from class org.junit.gen5.launcher.listeners.TestExecutionSummary to private failures : List<Failure> from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package timeFinished : long from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package timeFinished : long from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsAborted : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsAborted : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsFailed : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsFailed : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsSucceeded : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsSucceeded : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsFound : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsFound : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |
|
Push Down Attribute package testsStarted : AtomicLong from class org.junit.gen5.launcher.listeners.TestExecutionSummary to package testsStarted : AtomicLong from class org.junit.gen5.launcher.listeners.MutableTestExecutionSummary |
From |
To |