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 Object
- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description ServiceLoaderTestEngineRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<TestEngine>
loadTestEngines()
-
-
-
Method Detail
-
loadTestEngines
public Iterable<TestEngine> loadTestEngines()
-
-