| Package | Description |
|---|---|
| org.testng.internal.thread | |
| org.testng.internal.thread.graph | |
| org.testng.thread |
| Modifier and Type | Method and Description |
|---|---|
ITestNGThreadPoolExecutor |
DefaultThreadPoolExecutorFactory.newSuiteExecutor(String name,
IDynamicGraph<ISuite> graph,
IThreadWorkerFactory<ISuite> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
Comparator<ISuite> comparator) |
ITestNGThreadPoolExecutor |
DefaultThreadPoolExecutorFactory.newTestMethodExecutor(String name,
IDynamicGraph<ITestNGMethod> graph,
IThreadWorkerFactory<ITestNGMethod> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
Comparator<ITestNGMethod> comparator) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphThreadPoolExecutor<T>
An Executor that launches tasks per batches.
|
| Modifier and Type | Method and Description |
|---|---|
ITestNGThreadPoolExecutor |
IExecutorFactory.newSuiteExecutor(String name,
IDynamicGraph<ISuite> graph,
IThreadWorkerFactory<ISuite> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
Comparator<ISuite> comparator) |
ITestNGThreadPoolExecutor |
IExecutorFactory.newTestMethodExecutor(String name,
IDynamicGraph<ITestNGMethod> graph,
IThreadWorkerFactory<ITestNGMethod> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
Comparator<ITestNGMethod> comparator) |
Copyright © 2025. All rights reserved.