Package org.junit.platform.launcher.core
Class ServiceLoaderTestEngineRegistry
- java.lang.Object
-
- org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
-
@API(status=INTERNAL, since="1.0", consumers="org.junit.platform.suite.engine") public final class ServiceLoaderTestEngineRegistry extends java.lang.Object
- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description ServiceLoaderTestEngineRegistry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static org.junit.platform.commons.logging.Logger
getLogger()
java.lang.Iterable<TestEngine>
loadTestEngines()
-
-
-
Method Detail
-
loadTestEngines
public java.lang.Iterable<TestEngine> loadTestEngines()
-
getLogger
private static org.junit.platform.commons.logging.Logger getLogger()
-
-