Uses of Package
org.junit.platform.launcher
-
Packages that use org.junit.platform.launcher 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
. -
Classes in org.junit.platform.launcher used by org.junit.platform.launcher Class Description EngineFilter AnEngineFilter
is applied to allTestEngines
before they are used.LauncherDiscoveryRequest LauncherDiscoveryRequest
extends theEngineDiscoveryRequest
API with additional filters that are applied by theLauncher
itself.PostDiscoveryFilter APostDiscoveryFilter
is applied toTestDescriptors
after test discovery.TestExecutionListener Register an instance of this class with aLauncher
to be notified of events that occur during test execution.TestIdentifier Immutable data transfer object that represents a test or container which is usually part of aTestPlan
.TestPlan TestPlan
describes the tree of tests and containers as discovered by aLauncher
. -
Classes in org.junit.platform.launcher used by org.junit.platform.launcher.core Class Description Launcher TheLauncher
API is the main entry point for client code that wishes to discover and execute tests using one or more test engines.LauncherDiscoveryRequest LauncherDiscoveryRequest
extends theEngineDiscoveryRequest
API with additional filters that are applied by theLauncher
itself. -
Classes in org.junit.platform.launcher used by org.junit.platform.launcher.listeners Class Description TestExecutionListener Register an instance of this class with aLauncher
to be notified of events that occur during test execution.TestIdentifier Immutable data transfer object that represents a test or container which is usually part of aTestPlan
.TestPlan TestPlan
describes the tree of tests and containers as discovered by aLauncher
.