| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.thread.graph |
| Modifier and Type | Method and Description |
|---|---|
private void |
TestNG.populateSuiteGraph(DynamicGraph<ISuite> suiteGraph,
SuiteRunnerMap suiteRunnerMap,
XmlSuite xmlSuite)
Populates the dynamic graph with the reverse hierarchy of suites.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamicGraph<ITestNGMethod> |
DynamicGraphHelper.createDynamicGraph(ITestNGMethod[] methods,
XmlTest xmlTest) |
| Modifier and Type | Field and Description |
|---|---|
private DynamicGraph<T> |
GraphThreadPoolExecutor.m_graph |
| 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) |