Uses of Class
org.junit.platform.console.options.CommandResult
Packages that use CommandResult
Package
Description
Support for launching the JUnit Platform from the console.
Configuration options for JUnit's console launcher.
-
Uses of CommandResult in org.junit.platform.console
Methods in org.junit.platform.console that return CommandResultModifier and TypeMethodDescriptionstatic CommandResult
<?> ConsoleLauncher.run
(PrintWriter out, PrintWriter err, String... args) (package private) CommandResult
<?> -
Uses of CommandResult in org.junit.platform.console.options
Fields in org.junit.platform.console.options declared as CommandResultMethods in org.junit.platform.console.options that return CommandResultModifier and TypeMethodDescriptionstatic <T> CommandResult
<T> CommandResult.create
(int exitCode, T value) static <T> CommandResult
<T> CommandResult.failure()
CommandFacade.run
(PrintWriter out, PrintWriter err, String[] args) (package private) CommandResult
<?> MainCommand.run
(PrintWriter out, PrintWriter err, String[] args) private static CommandResult
<?> MainCommand.runCommand
(PrintWriter out, PrintWriter err, String[] args, Object command) private static CommandResult
<Object> MainCommand.runCommand
(PrintWriter out, PrintWriter err, String[] args, picocli.CommandLine commandLine) static <T> CommandResult
<T> CommandResult.success()