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 ConsoleLauncherExecutionResultConsoleLauncher. execute(java.io.PrintStream out, java.io.PrintStream err, java.lang.String... args)static ConsoleLauncherExecutionResultConsoleLauncher. execute(java.io.PrintWriter out, java.io.PrintWriter err, java.lang.String... args)(package private) ConsoleLauncherExecutionResultConsoleLauncher. execute(java.lang.String... args)private ConsoleLauncherExecutionResultConsoleLauncher. executeTests(CommandLineOptions options, java.io.PrintWriter out)(package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult. failed()(package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult. forSummary(TestExecutionSummary summary, CommandLineOptions options)(package private) static ConsoleLauncherExecutionResultConsoleLauncherExecutionResult. success()
-