Uses of Class
org.junit.platform.console.ConsoleLauncherExecutionResult
Packages that use ConsoleLauncherExecutionResult
Package
Description
Support for launching the JUnit Platform from the console.
-
Uses of ConsoleLauncherExecutionResult in org.junit.platform.console
Methods in org.junit.platform.console that return ConsoleLauncherExecutionResultModifier and TypeMethodDescriptionConsoleLauncher.execute
(PrintStream out, PrintStream err, String... args) ConsoleLauncher.execute
(PrintWriter out, PrintWriter err, String... args) (package private) ConsoleLauncherExecutionResult
private ConsoleLauncherExecutionResult
ConsoleLauncher.executeTests
(CommandLineOptions options, PrintWriter out) (package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult.failed()
(package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult.forSummary
(TestExecutionSummary summary, CommandLineOptions options) (package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult.success()