Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.See: Description
Class | Description |
---|---|
DefaultDiscoveryRequest |
DefaultDiscoveryRequest is the default implementation of the
EngineDiscoveryRequest and LauncherDiscoveryRequest APIs. |
DefaultLauncher |
Default implementation of the
Launcher API. |
ExecutionListenerAdapter |
An
ExecutionListenerAdapter adapts a TestPlan and a corresponding
TestExecutionListener to the EngineExecutionListener API. |
LauncherConfigurationParameters | |
LauncherDiscoveryRequestBuilder |
The
LauncherDiscoveryRequestBuilder provides a light-weight DSL for
generating a LauncherDiscoveryRequest . |
LauncherFactory |
Factory for creating
Launcher instances by invoking LauncherFactory.create() . |
Root |
Represents the root of all discovered
TestEngines and
their TestDescriptors . |
ServiceLoaderTestEngineRegistry | |
ServiceLoaderTestExecutionListenerRegistry | |
TestExecutionListenerRegistry |
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.