|
Move Attribute private testPlan : TestPlan from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private testPlan : TestPlan from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |
|
Move Attribute private MILLIS_PER_SECOND : int from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private MILLIS_PER_SECOND : int from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |
|
Move Attribute private skippedTests : Map<TestIdentifier,String> from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private skippedTests : Map<TestIdentifier,String> from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |
|
Move Attribute private endTimes : Map<TestIdentifier,Long> from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private endTimes : Map<TestIdentifier,Long> from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |
|
Move Attribute private finishedTests : Map<TestIdentifier,TestExecutionResult> from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private finishedTests : Map<TestIdentifier,TestExecutionResult> from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |
|
Move Attribute private startTimes : Map<TestIdentifier,Long> from class org.junit.gen5.console.tasks.XmlReportsWritingListener to private startTimes : Map<TestIdentifier,Long> from class org.junit.gen5.console.tasks.XmlReportData |
From |
To |