| Package | Description |
|---|---|
| org.junit.platform.console |
Support for launching the JUnit Platform from the console.
|
| org.junit.platform.console.tasks |
Internal execution tasks for JUnit's console launcher.
|
| org.junit.platform.launcher.listeners |
Common
TestExecutionListener implementations and related support classes for
the Launcher. |
| Modifier and Type | Method | Description |
|---|---|---|
Optional<TestExecutionSummary> |
ConsoleLauncherExecutionResult.getTestExecutionSummary() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
ConsoleLauncherExecutionResult.computeExitCode(TestExecutionSummary summary,
CommandLineOptions options) |
| Modifier and Type | Method | Description |
|---|---|---|
TestExecutionSummary |
ConsoleTestExecutor.execute(PrintWriter out) |
| Modifier and Type | Method | Description |
|---|---|---|
TestExecutionSummary |
SummaryGeneratingListener.getSummary() |
Get the summary generated by this listener.
|
Copyright © 2019. All rights reserved.