Uses of Class
org.junit.platform.console.options.CommandLineOptions
-
Packages that use 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)private ConsoleLauncherExecutionResultConsoleLauncher. executeTests(CommandLineOptions options, java.io.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 CommandLineOptions Modifier and Type Method Description CommandLineOptionsCommandLineOptionsParser. parse(java.lang.String... arguments)CommandLineOptionsPicocliCommandLineOptionsParser. parse(java.lang.String... arguments)(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 CommandLineOptions Modifier and Type Field Description private CommandLineOptionsConsoleTestExecutor. optionsMethods in org.junit.platform.console.tasks with parameters of type CommandLineOptions Modifier and Type Method Description private voidDiscoveryRequestCreator. addFilters(LauncherDiscoveryRequestBuilder requestBuilder, CommandLineOptions options)private java.util.List<ClasspathRootSelector>DiscoveryRequestCreator. createClasspathRootSelectors(CommandLineOptions options)private java.util.List<? extends DiscoverySelector>DiscoveryRequestCreator. createDiscoverySelectors(CommandLineOptions options)private java.util.List<DiscoverySelector>DiscoveryRequestCreator. createExplicitDiscoverySelectors(CommandLineOptions options)private java.util.Set<java.nio.file.Path>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 CommandLineOptions Constructor Description ConsoleTestExecutor(CommandLineOptions options)ConsoleTestExecutor(CommandLineOptions options, java.util.function.Supplier<Launcher> launcherSupplier)
-