Uses of Class
org.junit.platform.console.options.CommandLineOptions
Packages that use CommandLineOptions
Package
Description
Support for launching the JUnit Platform from the console.
Configuration options for JUnit's console launcher.
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 CommandLineOptionsModifier and TypeMethodDescriptionstatic intConsoleLauncherExecutionResult.computeExitCode(TestExecutionSummary summary, CommandLineOptions options) private ConsoleLauncherExecutionResultConsoleLauncher.executeTests(CommandLineOptions options, PrintWriter out) (package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult.forSummary(TestExecutionSummary summary, CommandLineOptions options) -
Uses of CommandLineOptions in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return CommandLineOptionsModifier and TypeMethodDescription(package private) CommandLineOptionsAvailableOptions.toCommandLineOptions(picocli.CommandLine.ParseResult parseResult) -
Uses of CommandLineOptions in org.junit.platform.console.tasks
Fields in org.junit.platform.console.tasks declared as CommandLineOptionsMethods in org.junit.platform.console.tasks with parameters of type CommandLineOptionsModifier and TypeMethodDescriptionprivate voidDiscoveryRequestCreator.addFilters(LauncherDiscoveryRequestBuilder requestBuilder, CommandLineOptions options) private List<ClasspathRootSelector>DiscoveryRequestCreator.createClasspathRootSelectors(CommandLineOptions options) private List<? extends DiscoverySelector>DiscoveryRequestCreator.createDiscoverySelectors(CommandLineOptions options) private List<DiscoverySelector>DiscoveryRequestCreator.createExplicitDiscoverySelectors(CommandLineOptions options) DiscoveryRequestCreator.determineClasspathRoots(CommandLineOptions options) private ClassNameFilterDiscoveryRequestCreator.includedClassNamePatterns(CommandLineOptions options) (package private) LauncherDiscoveryRequestDiscoveryRequestCreator.toDiscoveryRequest(CommandLineOptions options) Constructors in org.junit.platform.console.tasks with parameters of type CommandLineOptionsModifierConstructorDescriptionConsoleTestExecutor(CommandLineOptions options) (package private)ConsoleTestExecutor(CommandLineOptions options, Supplier<Launcher> launcherSupplier)