public class SerenityTestExecutionSummary extends Object
| Modifier and Type | Field and Description |
|---|---|
AtomicInteger |
containersAborted |
AtomicInteger |
containersFailed |
AtomicInteger |
containersSucceeded |
AtomicInteger |
testsAborted |
AtomicInteger |
testsFailed |
AtomicInteger |
testsSucceeded |
| Constructor and Description |
|---|
SerenityTestExecutionSummary(org.junit.platform.launcher.TestPlan testPlan) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFailure(org.junit.platform.launcher.TestIdentifier testIdentifier,
Throwable throwable) |
public AtomicInteger containersSucceeded
public AtomicInteger testsSucceeded
public AtomicInteger containersAborted
public AtomicInteger testsAborted
public AtomicInteger containersFailed
public AtomicInteger testsFailed
public SerenityTestExecutionSummary(org.junit.platform.launcher.TestPlan testPlan)
public void addFailure(org.junit.platform.launcher.TestIdentifier testIdentifier,
Throwable throwable)
Copyright © 2023. All rights reserved.