Class ConsoleLauncherToolProvider
java.lang.Object
org.junit.platform.console.ConsoleLauncherToolProvider
- All Implemented Interfaces:
ToolProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
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
description, run
-
Constructor Details
-
ConsoleLauncherToolProvider
public ConsoleLauncherToolProvider()
-
-
Method Details
-
name
- Specified by:
name
in interfaceToolProvider
-
run
- Specified by:
run
in interfaceToolProvider
-