Class DefaultLauncher

java.lang.Object
org.junit.platform.launcher.core.DefaultLauncher
All Implemented Interfaces:
InternalLauncher, Launcher

class DefaultLauncher extends Object implements InternalLauncher
Default implementation of the Launcher API.

External clients can obtain an instance by invoking LauncherFactory.create().

Since:
1.0
See Also: