Class Executor
java.lang.Object
org.antublue.test.engine.internal.Executor
Method to execute an ExecutionRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.junit.platform.engine.ExecutionRequest executionRequest) Method to execute the ExecutionRequest
-
Constructor Details
-
Executor
public Executor()
-
-
Method Details
-
execute
public void execute(org.junit.platform.engine.ExecutionRequest executionRequest) Method to execute the ExecutionRequest- Parameters:
executionRequest- the execution request
-