Class EngineExecutionOrchestrator


  • @API(status=INTERNAL,
         since="1.7",
         consumers="testkit")
    public class EngineExecutionOrchestrator
    extends java.lang.Object
    Orchestrates test execution using the configured test engines.
    Since:
    1.7
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(LauncherDiscoveryResult discoveryResult, org.junit.platform.engine.EngineExecutionListener listener)
      Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
      • Methods inherited from class java.lang.Object

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

      • EngineExecutionOrchestrator

        public EngineExecutionOrchestrator()
    • Method Detail

      • execute

        public void execute​(LauncherDiscoveryResult discoveryResult,
                            org.junit.platform.engine.EngineExecutionListener listener)
        Executes tests for the supplied discovery results and notifies the supplied listener of execution events.