Uses of Package
org.junit.platform.launcher.core
-
Packages that use org.junit.platform.launcher.core Package Description org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.runner Runner
and annotations for configuring and executing tests on the JUnit Platform in a JUnit 4 environment.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEngine
running on the JUnit Platform. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.launcher.core Class Description DelegatingEngineExecutionListener EngineDiscoveryResultValidator Perform common validation checks on the result from the `discover()` method.InternalTestPlan LauncherConfig LauncherConfig
defines the configuration API for creatingLauncher
instances via theLauncherFactory
.LauncherConfig.Builder Builder API forLauncherConfig
.LauncherConfigurationParameters LauncherDiscoveryRequestBuilder TheLauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
.OutcomeDelayingEngineExecutionListener.Outcome Root Represents the root of all discoveredTestEngines
and theirTestDescriptors
.StreamInterceptingTestExecutionListener StreamInterceptor StreamInterceptor.RewindableByteArrayOutputStream TestExecutionListenerRegistry TestExecutionListenerRegistry.EagerTestExecutionListener -
Classes in org.junit.platform.launcher.core used by org.junit.platform.runner Class Description LauncherDiscoveryRequestBuilder TheLauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
. -
Classes in org.junit.platform.launcher.core used by org.junit.platform.testkit.engine Class Description LauncherDiscoveryRequestBuilder TheLauncherDiscoveryRequestBuilder
provides a light-weight DSL for generating aLauncherDiscoveryRequest
.