Package org.junit.platform.console
Class ConsoleLauncher
- java.lang.Object
-
- org.junit.platform.console.ConsoleLauncher
-
@API(status=MAINTAINED, since="1.0") public class ConsoleLauncher extends Object
TheConsoleLauncher
is a stand-alone application for launching the JUnit Platform from the console.- Since:
- 1.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConsoleLauncherExecutionResult
execute(PrintStream out, PrintStream err, String... args)
static void
main(String... args)
-
-
-
Method Detail
-
main
public static void main(String... args)
-
execute
@API(status=INTERNAL, since="1.0") public static ConsoleLauncherExecutionResult execute(PrintStream out, PrintStream err, String... args)
-
-