Uses of Interface
org.testng.thread.ITestNGThreadPoolExecutor
Packages that use ITestNGThreadPoolExecutor
-
Uses of ITestNGThreadPoolExecutor in org.testng.internal.thread
Methods in org.testng.internal.thread that return ITestNGThreadPoolExecutorModifier 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 ITestNGThreadPoolExecutor in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement ITestNGThreadPoolExecutorModifier and TypeClassDescriptionclass
An Executor that launches tasks per batches. -
Uses of ITestNGThreadPoolExecutor in org.testng.thread
Methods in org.testng.thread that return ITestNGThreadPoolExecutorModifier 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)