Class TestEngineExecutor
java.lang.Object
org.antublue.test.engine.internal.TestEngineExecutor
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
-
TestEngineExecutor
public TestEngineExecutor()Constructor
-
-
Method Details
-
execute
public void execute(org.junit.platform.engine.ExecutionRequest executionRequest) Method to execute the ExecutionRequest- Parameters:
executionRequest- the execution request
-