Uses of Class
org.junit.platform.console.options.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
Modifier and TypeMethodDescriptionstatic CommandResult
<?> ConsoleLauncher.run
(PrintWriter out, PrintWriter err, String... args) -
Uses of CommandResult in org.junit.platform.console.options
Modifier and TypeMethodDescriptionstatic <T> CommandResult
<T> CommandResult.create
(int exitCode, T value) static <T> CommandResult
<T> CommandResult.failure()
CommandFacade.run
(String[] args, PrintWriter out, PrintWriter err) static <T> CommandResult
<T> CommandResult.success()