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