| Package | Description |
|---|---|
| org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder. |
| Modifier and Type | Method and Description |
|---|---|
static EngineDiscoveryOrchestrator.Phase |
EngineDiscoveryOrchestrator.Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EngineDiscoveryOrchestrator.Phase[] |
EngineDiscoveryOrchestrator.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private LauncherDiscoveryResult |
DefaultLauncher.discover(LauncherDiscoveryRequest discoveryRequest,
EngineDiscoveryOrchestrator.Phase phase) |
LauncherDiscoveryResult |
EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase)
Discovers tests for the supplied request in the supplied phase using the
configured test engines.
|
private java.util.Map<TestEngine,TestDescriptor> |
EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase,
java.util.function.Function<java.lang.String,UniqueId> uniqueIdCreator) |
LauncherDiscoveryResult |
EngineDiscoveryOrchestrator.discover(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase,
UniqueId parentId)
Discovers tests for the supplied request in the supplied phase using the
configured test engines to be used by the suite engine.
|
private java.util.Map<TestEngine,TestDescriptor> |
EngineDiscoveryOrchestrator.discoverSafely(LauncherDiscoveryRequest request,
EngineDiscoveryOrchestrator.Phase phase,
LauncherDiscoveryListener listener,
java.util.function.Function<java.lang.String,UniqueId> uniqueIdCreator) |