| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.thread |
| Modifier and Type | Field and Description |
|---|---|
private IExecutorFactory |
TestNG.m_executorFactory |
| Modifier and Type | Method and Description |
|---|---|
private IExecutorFactory |
TestNG.createExecutorFactoryInstanceUsing(java.lang.String clazzName) |
IExecutorFactory |
TestNG.getExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNG.setExecutorFactory(IExecutorFactory factory) |
| Modifier and Type | Field and Description |
|---|---|
private IExecutorFactory |
Configuration.m_executorFactory |
| Modifier and Type | Method and Description |
|---|---|
IExecutorFactory |
Configuration.getExecutorFactory() |
IExecutorFactory |
IConfiguration.getExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setExecutorFactory(IExecutorFactory factory) |
void |
IConfiguration.setExecutorFactory(IExecutorFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadPoolExecutorFactory |