java.lang.Object
org.junit.platform.console.ConsoleLauncher
The
ConsoleLauncher
is a stand-alone application for launching the
JUnit Platform from the console.- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(PrintStream out, PrintStream err, String... args) execute
(PrintWriter out, PrintWriter err, String... args) static void
-
Method Details
-
main
-
execute
@API(status=INTERNAL, since="1.0") public static ConsoleLauncherExecutionResult execute(PrintStream out, PrintStream err, String... args) -
execute
@API(status=INTERNAL, since="1.0") public static ConsoleLauncherExecutionResult execute(PrintWriter out, PrintWriter err, String... args)
-