Module org.junit.platform.launcher
module org.junit.platform.launcher
Public API for configuring and launching test plans.
This API is typically used by IDEs and build tools.
- Since:
- 1.0
-
Packages
ExportsPackageDescriptionPublic API for configuring and launching test plans.Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.CommonTestExecutionListenerimplementations and related support classes for theLauncher.CommonLauncherDiscoveryListenerimplementations and factory methods.Indirect ExportsFromPackagesorg.junit.platform.commons org.junit.platform.commons.annotation org.junit.platform.commons.function org.junit.platform.commons.supportorg.junit.platform.engine org.junit.platform.engine.discovery org.junit.platform.engine.reporting org.junit.platform.engine.support.config org.junit.platform.engine.support.descriptor org.junit.platform.engine.support.discovery org.junit.platform.engine.support.filter org.junit.platform.engine.support.hierarchical -
Modules
RequiresModifierModuleDescriptiontransitiveCommon APIs and support utilities for the JUnit Platform.transitivePublic API for test engines. -
Services
UsesTypeDescriptionRegister a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery.APostDiscoveryFilteris applied toTestDescriptorsafter test discovery.ATestEnginefacilitates discovery and execution of tests for a particular programming model.Register a concrete implementation of this interface with aLauncherto be notified of events that occur during test execution.