Uses of Class
org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners.LauncherDiscoveryListenerType
-
Packages that use LauncherDiscoveryListeners.LauncherDiscoveryListenerType Package Description org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListenerimplementations and factory methods. -
-
Uses of LauncherDiscoveryListeners.LauncherDiscoveryListenerType in org.junit.platform.launcher.listeners.discovery
Methods in org.junit.platform.launcher.listeners.discovery that return LauncherDiscoveryListeners.LauncherDiscoveryListenerType Modifier and Type Method Description static LauncherDiscoveryListeners.LauncherDiscoveryListenerTypeLauncherDiscoveryListeners.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.
-