Uses of Class
org.junit.platform.console.ConsoleLauncherExecutionResult
-
Packages that use ConsoleLauncherExecutionResult Package Description org.junit.platform.console 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 ConsoleLauncherExecutionResult Modifier and Type Method Description static ConsoleLauncherExecutionResult
ConsoleLauncher. execute(java.io.PrintStream out, java.io.PrintStream err, java.lang.String... args)
static ConsoleLauncherExecutionResult
ConsoleLauncher. execute(java.io.PrintWriter out, java.io.PrintWriter err, java.lang.String... args)
(package private) ConsoleLauncherExecutionResult
ConsoleLauncher. execute(java.lang.String... args)
private ConsoleLauncherExecutionResult
ConsoleLauncher. executeTests(CommandLineOptions options, java.io.PrintWriter out)
(package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult. failed()
(package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult. forSummary(TestExecutionSummary summary, CommandLineOptions options)
(package private) static ConsoleLauncherExecutionResult
ConsoleLauncherExecutionResult. success()
-