Uses of Package
org.junit.platform.launcher.core
Packages that use org.junit.platform.launcher.core
Package
Description
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.launcher.coreClassDescriptionDefault implementation of the
LauncherAPI.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.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. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.suite.commonsClassDescriptionThe
LauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequest. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.testkit.engineClassDescriptionThe
LauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequest.