Package | Description |
---|---|
org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.platform.runner |
Runner and annotations for configuring and executing tests on the
JUnit Platform in a JUnit 4 environment. |
Class and Description |
---|
DelegatingEngineExecutionListener |
EngineDiscoveryResultValidator
Perform common validation checks on the result from the `discover()` method.
|
InternalTestPlan |
LauncherConfig
LauncherConfig defines the configuration API for creating
Launcher instances via the LauncherFactory . |
LauncherConfig.Builder
Builder API for
LauncherConfig . |
LauncherConfigurationParameters |
LauncherDiscoveryRequestBuilder
The
LauncherDiscoveryRequestBuilder provides a light-weight DSL for
generating a LauncherDiscoveryRequest . |
OutcomeDelayingEngineExecutionListener.Outcome |
Root
Represents the root of all discovered
TestEngines and
their TestDescriptors . |
StreamInterceptingTestExecutionListener |
StreamInterceptor |
StreamInterceptor.RewindableByteArrayOutputStream |
TestExecutionListenerRegistry |
TestExecutionListenerRegistry.EagerTestExecutionListener |
Class and Description |
---|
LauncherDiscoveryRequestBuilder
The
LauncherDiscoveryRequestBuilder provides a light-weight DSL for
generating a LauncherDiscoveryRequest . |