| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.thread.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
TestRunner
This class takes care of running one Test.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SuiteWorkerFactory
An
IThreadWorkerFactory for SuiteRunners |
| Modifier and Type | Field and Description |
|---|---|
private IThreadWorkerFactory<T> |
GraphThreadPoolExecutor.m_factory |
| Constructor and Description |
|---|
GraphThreadPoolExecutor(java.lang.String name,
DynamicGraph<T> graph,
IThreadWorkerFactory<T> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue) |