| 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 and Description |
|---|---|
Optional<TestExecutionSummary> |
ConsoleLauncherExecutionResult.getTestExecutionSummary() |
| Modifier and Type | Method and Description |
|---|---|
static int |
ConsoleLauncherExecutionResult.computeExitCode(TestExecutionSummary summary) |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary |
ConsoleTestExecutor.execute(PrintWriter out) |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary |
SummaryGeneratingListener.getSummary()
Get the summary generated by this listener.
|