Uses of Package
org.junit.platform.launcher.core
Packages that use org.junit.platform.launcher.core
Package
Description
Internal execution tasks for JUnit's console launcher.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common support utilities for executing test suites on the JUnit Platform.
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Classes in org.junit.platform.launcher.core used by org.junit.platform.console.tasksClassDescriptionThe
LauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.launcher.coreClassDescriptionDefault implementation of the
Launcher
API.Orchestrates test discovery using the configured test engines.Perform common validation checks on the result from the `discover()` method.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. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.suite.commonsClassDescriptionThe
LauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.testkit.engineClassDescriptionThe
LauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
.