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
Exports Package Description org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations and related support classes for theLauncher.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListenerimplementations and factory methods. -
Modules
Requires Modifier Module Description transitive org.junit.platform.commons Common APIs and support utilities for the JUnit Platform.transitive org.junit.platform.engine Public API for test engines. -
Services
Uses Type Description LauncherDiscoveryListener Register a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery.PostDiscoveryFilter APostDiscoveryFilteris applied toTestDescriptorsafter test discovery.TestEngine ATestEnginefacilitates discovery and execution of tests for a particular programming model.TestExecutionListener Register a concrete implementation of this interface with aLauncherto be notified of events that occur during test execution.