Package org.junit.platform.launcher.core
Class ServiceLoaderTestExecutionListenerRegistry
- java.lang.Object
-
- org.junit.platform.launcher.core.ServiceLoaderTestExecutionListenerRegistry
-
class ServiceLoaderTestExecutionListenerRegistry extends java.lang.Object
- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description ServiceLoaderTestExecutionListenerRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Iterable<TestExecutionListener>
loadListeners()
-
-
-
Field Detail
-
logger
private static final Logger logger
-
-
Method Detail
-
loadListeners
java.lang.Iterable<TestExecutionListener> loadListeners()
-
-