|
Change Attribute Type testsStarted : AtomicInteger to testsStarted : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |
|
Change Attribute Type testsFound : AtomicInteger to testsFound : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |
|
Change Attribute Type testsAborted : AtomicInteger to testsAborted : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |
|
Change Attribute Type testsFailed : AtomicInteger to testsFailed : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |
|
Change Attribute Type testsSucceeded : AtomicInteger to testsSucceeded : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |
|
Change Attribute Type testsSkipped : AtomicInteger to testsSkipped : AtomicLong in class org.junit.gen5.console.TestSummaryReportingTestListener |
From |
To |