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