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. -
Services
UsesTypeDescriptionRegister a concrete implementation of this interface with aLauncherDiscoveryRequestBuilderorLauncherto be notified of events that occur during test discovery.Interceptor for test discovery and execution by aLauncherin the context of aLauncherSession.Register an implementation of this interface to be notified when aLauncherSessionis opened and closed.APostDiscoveryFilteris applied toTestDescriptorsafter test discovery.Register a concrete implementation of this interface with aLauncherorLauncherExecutionRequestto be notified of events that occur during test execution.