Class ServiceLoaderTestEngineRegistry


  • @API(status=INTERNAL,
         since="1.0",
         consumers="org.junit.platform.suite.engine")
    public final class ServiceLoaderTestEngineRegistry
    extends java.lang.Object
    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<org.junit.platform.engine.TestEngine> loadTestEngines()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceLoaderTestEngineRegistry

        public ServiceLoaderTestEngineRegistry()
    • Method Detail

      • loadTestEngines

        public java.lang.Iterable<org.junit.platform.engine.TestEngine> loadTestEngines()