Interface | Description |
---|---|
IExecutorFactory |
Represents the capabilities to be possessed by any implementation that can be plugged into TestNG
to execute nodes from a
IDynamicGraph object. |
ITestNGThreadPoolExecutor |
Represents the capabilities of a TestNG specific
ExecutorService |
IThreadWorkerFactory<T> |
A factory that creates workers used by
GraphThreadPoolExecutor |
IWorker<T> |
A runnable object that is used by
GraphThreadPoolExecutor to execute tasks |