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