public class JUnitSummary
extends java.lang.Object
implements org.junit.platform.launcher.TestExecutionListener
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.atomic.AtomicInteger |
numAbortedInTestSet |
private java.util.concurrent.atomic.AtomicInteger |
numFailedInTestSet |
private java.util.concurrent.atomic.AtomicInteger |
numSkippedInTestSet |
private java.util.concurrent.atomic.AtomicInteger |
numSucceededInTestSet |
(package private) java.io.PrintStream |
out |
private java.time.Instant |
testSetStartTime |
| Constructor and Description |
|---|
JUnitSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.TestExecutionResult testExecutionResult) |
void |
executionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier,
java.lang.String reason) |
void |
executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier) |
private void |
println(java.lang.String str) |
private void |
resetCountsForNewTestSet() |
private java.util.concurrent.atomic.AtomicInteger numSkippedInTestSet
private java.util.concurrent.atomic.AtomicInteger numAbortedInTestSet
private java.util.concurrent.atomic.AtomicInteger numSucceededInTestSet
private java.util.concurrent.atomic.AtomicInteger numFailedInTestSet
private java.time.Instant testSetStartTime
java.io.PrintStream out
private void resetCountsForNewTestSet()
public void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)
executionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionSkipped(org.junit.platform.launcher.TestIdentifier testIdentifier,
java.lang.String reason)
executionSkipped in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.TestExecutionResult testExecutionResult)
executionFinished in interface org.junit.platform.launcher.TestExecutionListenerprivate void println(java.lang.String str)