Class ExecutionContextExecutor
java.lang.Object
org.antublue.test.engine.internal.execution.ExecutionContextExecutor
Method to execute an ExecutionRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidawait()Method to wait for the executor to finishvoidexecute(ExecutionContext executionContext) Method to execute the ExecutionContext
-
Constructor Details
-
ExecutionContextExecutor
public ExecutionContextExecutor()Constructor
-
-
Method Details
-
execute
Method to execute the ExecutionContext- Parameters:
executionContext- executionContext
-
await
public void await()Method to wait for the executor to finish
-