Uses of Interface
org.testng.thread.IThreadWorkerFactory
Packages that use IThreadWorkerFactory
Package
Description
-
Uses of IThreadWorkerFactory in org.testng
Classes in org.testng that implement IThreadWorkerFactory -
Uses of IThreadWorkerFactory in org.testng.internal.thread
Methods in org.testng.internal.thread with parameters of type IThreadWorkerFactoryModifier and TypeMethodDescriptionDefaultThreadPoolExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) DefaultThreadPoolExecutorFactory.newTestMethodExecutor
(String name, IDynamicGraph<ITestNGMethod> graph, IThreadWorkerFactory<ITestNGMethod> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ITestNGMethod> comparator) -
Uses of IThreadWorkerFactory in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement IThreadWorkerFactoryModifier and TypeClassDescriptionclass
AnIThreadWorkerFactory
forSuiteRunner
sFields in org.testng.internal.thread.graph declared as IThreadWorkerFactoryModifier and TypeFieldDescriptionprivate final IThreadWorkerFactory<T>
GraphThreadPoolExecutor.m_factory
Constructors in org.testng.internal.thread.graph with parameters of type IThreadWorkerFactoryModifierConstructorDescriptionGraphThreadPoolExecutor
(String name, IDynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<T> comparator) -
Uses of IThreadWorkerFactory in org.testng.thread
Methods in org.testng.thread with parameters of type IThreadWorkerFactoryModifier and TypeMethodDescriptionIExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) IExecutorFactory.newTestMethodExecutor
(String name, IDynamicGraph<ITestNGMethod> graph, IThreadWorkerFactory<ITestNGMethod> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ITestNGMethod> comparator)