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
.-
ClassDescription
DiscoveryIssueException
is an exception that is thrown if an engine reports critical issues during test discovery.Orchestrates test discovery using the configured test engines.Orchestrates test execution using the configured test engines.LauncherConfig
defines the configuration API for creatingLauncher
instances via theLauncherFactory
.Builder API forLauncherConfig
.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)
.