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.-
ClassDescriptionOrchestrates test discovery using the configured test engines.Orchestrates test execution using the configured test engines.
LauncherConfigdefines the configuration API for creatingLauncherinstances via theLauncherFactory.Builder API forLauncherConfig.TheLauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequest.Represents the result of test discovery of the configured test engines.Factory for creatingLauncherinstances by invokingLauncherFactory.create()orLauncherFactory.create(LauncherConfig).