Module org.junit.platform.launcher
Package org.junit.platform.launcher.core
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.-
Interface Summary Interface Description LauncherConfig LauncherConfig
defines the configuration API for creatingLauncher
instances via theLauncherFactory
. -
Class Summary Class Description EngineDiscoveryOrchestrator Orchestrates test discovery using the configured test engines.EngineExecutionOrchestrator Orchestrates test execution using the configured test engines.LauncherConfig.Builder Builder API forLauncherConfig
.LauncherDiscoveryRequestBuilder TheLauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
.LauncherDiscoveryResult Represents the result of test discovery of the configured test engines.LauncherFactory Factory for creatingLauncher
instances by invokingLauncherFactory.create()
orLauncherFactory.create(LauncherConfig)
.