Module org.junit.platform.launcher
Package org.junit.platform.launcher.core
Class EngineExecutionOrchestrator
- java.lang.Object
-
- org.junit.platform.launcher.core.EngineExecutionOrchestrator
-
-
Constructor Summary
Constructors Constructor Description EngineExecutionOrchestrator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
-
-
-
Method Detail
-
execute
public void execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener)
Executes tests for the supplied discovery results and notifies the supplied listener of execution events.
-
-