Package | Description |
---|---|
org.junit.platform.launcher.listeners.discovery |
Common
LauncherDiscoveryListener
implementations and factory methods. |
Modifier and Type | Method and Description |
---|---|
static LauncherDiscoveryListeners.LauncherDiscoveryListenerType |
LauncherDiscoveryListeners.LauncherDiscoveryListenerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LauncherDiscoveryListeners.LauncherDiscoveryListenerType[] |
LauncherDiscoveryListeners.LauncherDiscoveryListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|