Uses of Class
org.junit.platform.console.options.CommandLineOptions
| Package | Description |
|---|---|
| org.junit.platform.console |
Support for launching the JUnit Platform from the console.
|
| org.junit.platform.console.options |
Configuration options for JUnit's console launcher.
|
| org.junit.platform.console.tasks |
Internal execution tasks for JUnit's console launcher.
|
-
Uses of CommandLineOptions in org.junit.platform.console
Methods in org.junit.platform.console with parameters of type CommandLineOptions Modifier and Type Method Description static intConsoleLauncherExecutionResult. computeExitCode(TestExecutionSummary summary, CommandLineOptions options) -
Uses of CommandLineOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return CommandLineOptions Modifier and Type Method Description CommandLineOptionsCommandLineOptionsParser. parse(String... arguments)CommandLineOptionsPicocliCommandLineOptionsParser. parse(String... arguments) -
Uses of CommandLineOptions in org.junit.platform.console.tasks
Constructors in org.junit.platform.console.tasks with parameters of type CommandLineOptions Constructor Description ConsoleTestExecutor(CommandLineOptions options)