Class DefaultLauncher

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

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

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

Since:
1.0
See Also: