Package org.testng.internal.thread.graph
Interface IThreadWorkerFactory<T>
-
- Type Parameters:
T
-
- All Known Implementing Classes:
SuiteWorkerFactory
,TestRunner
public interface IThreadWorkerFactory<T>
A factory that creates workers used byGraphThreadPoolExecutor
- Author:
- nullin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IWorker<T>>
createWorkers(java.util.List<T> freeNodes)
CreatesIWorker
for specified set of tasks.
-