Class ExecutionRequest

java.lang.Object
org.junit.platform.engine.ExecutionRequest

@API(status=STABLE, since="1.0") public class ExecutionRequest extends Object
Provides a single TestEngine access to the information necessary to execute its tests.

A request contains an engine's root TestDescriptor, the EngineExecutionListener to be notified of test execution events, and ConfigurationParameters that the engine may use to influence test execution.

Since:
1.0
See Also:
TestEngine