Searched refs:IThreadWorkerFactory (Results 1 – 5 of 5) sorted by relevance
13 public interface IThreadWorkerFactory<T> { interface
30 private IThreadWorkerFactory<T> m_factory;34 …public GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoo… in GraphThreadPoolExecutor()
16 public class SuiteWorkerFactory implements IThreadWorkerFactory<ISuite>
42 import org.testng.internal.thread.graph.IThreadWorkerFactory;1182 IThreadWorkerFactory<ISuite> factory = new SuiteWorkerFactory(suiteRunnerMap, in runSuitesLocally()
50 import org.testng.internal.thread.graph.IThreadWorkerFactory;68 implements ITestContext, ITestResultNotifier, IThreadWorkerFactory<ITestNGMethod>