Class LauncherSessionListeners
- java.lang.Object
-
- org.junit.platform.launcher.listeners.session.LauncherSessionListeners
-
@API(status=INTERNAL, since="1.8") public class LauncherSessionListeners extends java.lang.ObjectCollection ofstaticfactory methods for creatingLauncherSessionListeners.- Since:
- 1.8
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLauncherSessionListeners()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LauncherSessionListenercomposite(java.util.List<LauncherSessionListener> listeners)
-
-
-
Method Detail
-
composite
public static LauncherSessionListener composite(java.util.List<LauncherSessionListener> listeners)
-
-