Class PlatformThreadsExecutionContextExecutor
java.lang.Object
org.antublue.test.engine.internal.execution.impl.PlatformThreadsExecutionContextExecutor
- All Implemented Interfaces:
ExecutionContextExecutor
public class PlatformThreadsExecutionContextExecutor
extends Object
implements ExecutionContextExecutor
Class to implement PlatformThreadsExecutionContextExecutor
-
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
-
PlatformThreadsExecutionContextExecutor
public PlatformThreadsExecutionContextExecutor()Constructor
-
-
Method Details
-
execute
Description copied from interface:ExecutionContextExecutorMethod to execute the ExecutionContext- Specified by:
executein interfaceExecutionContextExecutor- Parameters:
executionContext- executionContext
-
await
public void await()Description copied from interface:ExecutionContextExecutorMethod to wait for the executor to finish- Specified by:
awaitin interfaceExecutionContextExecutor
-