Uses of Interface
org.testng.internal.thread.graph.IThreadWorkerFactory
-
Packages that use IThreadWorkerFactory Package Description org.testng org.testng.internal.thread.graph -
-
Uses of IThreadWorkerFactory in org.testng
Classes in org.testng that implement IThreadWorkerFactory Modifier and Type Class Description classTestRunnerThis class takes care of running one Test. -
Uses of IThreadWorkerFactory in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement IThreadWorkerFactory Modifier and Type Class Description classSuiteWorkerFactoryAnIThreadWorkerFactoryforSuiteRunnersConstructors in org.testng.internal.thread.graph with parameters of type IThreadWorkerFactory Constructor Description GraphThreadPoolExecutor(java.lang.String name, DynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, java.util.concurrent.TimeUnit unit, java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue)
-