Uses of Interface
org.testng.thread.ITestNGThreadPoolExecutor
-
Packages that use ITestNGThreadPoolExecutor Package Description org.testng.internal.thread org.testng.internal.thread.graph org.testng.thread -
-
Uses of ITestNGThreadPoolExecutor in org.testng.internal.thread
Methods in org.testng.internal.thread that return ITestNGThreadPoolExecutor Modifier and Type Method 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)
-
Uses of ITestNGThreadPoolExecutor in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement ITestNGThreadPoolExecutor Modifier and Type Class Description class
GraphThreadPoolExecutor<T>
An Executor that launches tasks per batches. -
Uses of ITestNGThreadPoolExecutor in org.testng.thread
Methods in org.testng.thread that return ITestNGThreadPoolExecutor Modifier and Type Method 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)
-