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 |
IConfiguration.getExecutorFactory() |
IExecutorFactory |
Configuration.getExecutorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
IConfiguration.setExecutorFactory(IExecutorFactory factory) |
void |
Configuration.setExecutorFactory(IExecutorFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadPoolExecutorFactory |