Package | Description |
---|---|
org.testng | |
org.testng.internal.thread.graph |
Modifier and Type | Method and Description |
---|---|
private DynamicGraph<ITestNGMethod> |
TestRunner.createDynamicGraph(ITestNGMethod[] methods) |
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 | Field and Description |
---|---|
private DynamicGraph<T> |
GraphThreadPoolExecutor.m_graph |
Constructor and Description |
---|
GraphThreadPoolExecutor(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) |