Package org.junit.platform.launcher.core
Class ServiceLoaderRegistry
- java.lang.Object
-
- org.junit.platform.launcher.core.ServiceLoaderRegistry
-
class ServiceLoaderRegistry extends java.lang.Object- Since:
- 1.8
-
-
Constructor Summary
Constructors Constructor Description ServiceLoaderRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static org.junit.platform.commons.logging.LoggergetLogger()(package private) static <T> java.lang.Iterable<T>load(java.lang.Class<T> serviceProviderClass)
-