Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.thread | |
org.testng.internal.thread.graph | |
org.testng.thread |
Modifier and Type | Method and Description |
---|---|
private void |
TestNG.populateSuiteGraph(IDynamicGraph<ISuite> suiteGraph,
SuiteRunnerMap suiteRunnerMap,
XmlSuite xmlSuite)
Populates the dynamic graph with the reverse hierarchy of suites.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicGraph<T>
Representation of the graph of methods.
|
Modifier and Type | Method and Description |
---|---|
ITestNGThreadPoolExecutor |
DefaultThreadPoolExecutorFactory.newSuiteExecutor(java.lang.String name,
IDynamicGraph<ISuite> graph,
IThreadWorkerFactory<ISuite> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue,
java.util.Comparator<ISuite> comparator) |
ITestNGThreadPoolExecutor |
DefaultThreadPoolExecutorFactory.newTestMethodExecutor(java.lang.String name,
IDynamicGraph<ITestNGMethod> graph,
IThreadWorkerFactory<ITestNGMethod> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue,
java.util.Comparator<ITestNGMethod> comparator) |
Modifier and Type | Field and Description |
---|---|
private IDynamicGraph<T> |
GraphThreadPoolExecutor.m_graph |
Constructor and Description |
---|
GraphThreadPoolExecutor(java.lang.String name,
IDynamicGraph<T> graph,
IThreadWorkerFactory<T> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue,
java.util.Comparator<T> comparator) |
Modifier and Type | Method and Description |
---|---|
ITestNGThreadPoolExecutor |
IExecutorFactory.newSuiteExecutor(java.lang.String name,
IDynamicGraph<ISuite> graph,
IThreadWorkerFactory<ISuite> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue,
java.util.Comparator<ISuite> comparator) |
ITestNGThreadPoolExecutor |
IExecutorFactory.newTestMethodExecutor(java.lang.String name,
IDynamicGraph<ITestNGMethod> graph,
IThreadWorkerFactory<ITestNGMethod> factory,
int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
java.util.concurrent.TimeUnit unit,
java.util.concurrent.BlockingQueue<java.lang.Runnable> workQueue,
java.util.Comparator<ITestNGMethod> comparator) |