| Package | Description |
|---|---|
| org.junit.platform.launcher.listeners |
Common
TestExecutionListener implementations and related support classes for
the Launcher. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
MutableTestExecutionSummary.DefaultFailure |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<TestExecutionSummary.Failure> |
MutableTestExecutionSummary.failures |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TestExecutionSummary.Failure> |
TestExecutionSummary.getFailures()
Get an immutable list of the failures of the test plan execution.
|
java.util.List<TestExecutionSummary.Failure> |
MutableTestExecutionSummary.getFailures() |