Module org.junit.platform.console
Package org.junit.platform.console
Class ConsoleLauncherToolProvider
- java.lang.Object
-
- org.junit.platform.console.ConsoleLauncherToolProvider
-
- All Implemented Interfaces:
ToolProvider
@API(status=EXPERIMENTAL, since="1.6") public class ConsoleLauncherToolProvider extends Object implements ToolProvider
Run the JUnit Platform Console Launcher as a service.- Since:
- 1.6
-
-
Constructor Summary
Constructors Constructor Description ConsoleLauncherToolProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
int
run(PrintWriter out, PrintWriter err, String... args)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.spi.ToolProvider
run
-
-
-
-
Method Detail
-
name
public String name()
- Specified by:
name
in interfaceToolProvider
-
run
public int run(PrintWriter out, PrintWriter err, String... args)
- Specified by:
run
in interfaceToolProvider
-
-