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 theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.launcher.listeners CommonTestExecutionListener
implementations and related support classes for theLauncher
.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListener
implementations 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 PostDiscoveryFilter APostDiscoveryFilter
is applied toTestDescriptors
after test discovery.TestEngine ATestEngine
facilitates discovery and execution of tests for a particular programming model.TestExecutionListener Register a concrete implementation of this interface with aLauncher
to be notified of events that occur during test execution.
-