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(PrintStream out, PrintStream err, String... args)static ConsoleLauncherExecutionResultConsoleLauncher. execute(PrintWriter out, PrintWriter err, String... args)
-