Home
last modified time | relevance | path

Searched refs:IThreadWorkerFactory (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/thread/graph/
DIThreadWorkerFactory.java13 public interface IThreadWorkerFactory<T> { interface
DGraphThreadPoolExecutor.java30 private IThreadWorkerFactory<T> m_factory;
34 …public GraphThreadPoolExecutor(DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoo… in GraphThreadPoolExecutor()
DSuiteWorkerFactory.java16 public class SuiteWorkerFactory implements IThreadWorkerFactory<ISuite>
/external/testng/src/main/java/org/testng/
DTestNG.java42 import org.testng.internal.thread.graph.IThreadWorkerFactory;
1182 IThreadWorkerFactory<ISuite> factory = new SuiteWorkerFactory(suiteRunnerMap, in runSuitesLocally()
DTestRunner.java50 import org.testng.internal.thread.graph.IThreadWorkerFactory;
68 implements ITestContext, ITestResultNotifier, IThreadWorkerFactory<ITestNGMethod>