Package | Description |
---|---|
org.junit.platform.launcher |
Public API for configuring and launching test plans.
|
org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.platform.launcher.listeners.discovery |
Common
LauncherDiscoveryListener
implementations and factory methods. |
Modifier and Type | Field and Description |
---|---|
static LauncherDiscoveryListener |
LauncherDiscoveryListener.NOOP
No-op implementation of
LauncherDiscoveryListener |
Modifier and Type | Method and Description |
---|---|
default LauncherDiscoveryListener |
LauncherDiscoveryRequest.getDiscoveryListener()
Get the
LauncherDiscoveryListener for this request. |
Modifier and Type | Method and Description |
---|---|
LauncherDiscoveryRequestBuilder |
LauncherDiscoveryRequestBuilder.listeners(LauncherDiscoveryListener... listeners)
Add all of the supplied discovery listeners to the request.
|
Modifier and Type | Method and Description |
---|---|
static LauncherDiscoveryListener |
LauncherDiscoveryListeners.abortOnFailure()
Create a
LauncherDiscoveryListener that aborts test discovery on
failures. |
static LauncherDiscoveryListener |
LauncherDiscoveryListeners.composite(List<LauncherDiscoveryListener> listeners) |
static LauncherDiscoveryListener |
LauncherDiscoveryListeners.fromConfigurationParameter(String key,
String value) |
static LauncherDiscoveryListener |
LauncherDiscoveryListeners.logging()
Create a
LauncherDiscoveryListener that logs test discovery
events based on their severity. |
Modifier and Type | Method and Description |
---|---|
static LauncherDiscoveryListener |
LauncherDiscoveryListeners.composite(List<LauncherDiscoveryListener> listeners) |
Copyright © 2020. All rights reserved.