DefaultLauncher
class is the main starting point for running all JUnit tests.See: Description
| Class | Description |
|---|---|
| LauncherFactory |
Factory for creating
Launcher instances by invoking LauncherFactory.create(). |
| TestDiscoveryRequestBuilder |
The
DiscoveryRequestBuilder provides a light-weight DSL for
generating a TestDiscoveryRequest. |
DefaultLauncher
class is the main starting point for running all JUnit tests.
The TestDiscoveryRequestBuilder serves as a small DSL for creating
TestDiscoveryRequests.