| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.thread | |
| org.testng.internal.thread.graph | |
| org.testng.thread |
| Modifier and Type | Class and Description |
|---|---|
class |
TestRunner
This class takes care of running one Test.
|
| 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 |
SuiteWorkerFactory
An
IThreadWorkerFactory for SuiteRunners |
| Constructor and Description |
|---|
GraphThreadPoolExecutor(String name,
IDynamicGraph<T> graph,
IThreadWorkerFactory<T> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
BlockingQueue<Runnable> workQueue,
Comparator<T> comparator) |
| 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.