Class ServiceLoaderRegistry

java.lang.Object
org.junit.platform.launcher.core.ServiceLoaderRegistry

class ServiceLoaderRegistry extends Object
Since:
1.8
  • Constructor Details

    • ServiceLoaderRegistry

      ServiceLoaderRegistry()
  • Method Details

    • load

      static <T> Iterable<T> load(Class<T> serviceProviderClass)
    • getLogger

      private static org.junit.platform.commons.logging.Logger getLogger()