Uses of Interface
org.testng.thread.IThreadWorkerFactory
-
Packages that use IThreadWorkerFactory Package Description org.testng org.testng.internal.thread org.testng.internal.thread.graph org.testng.thread -
-
Uses of IThreadWorkerFactory in org.testng
Classes in org.testng that implement IThreadWorkerFactory Modifier and Type Class Description classTestRunnerThis class takes care of running one Test. -
Uses of IThreadWorkerFactory in org.testng.internal.thread
Methods in org.testng.internal.thread with parameters of type IThreadWorkerFactory Modifier and Type Method Description ITestNGThreadPoolExecutorDefaultThreadPoolExecutorFactory. 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)ITestNGThreadPoolExecutorDefaultThreadPoolExecutorFactory. 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 IThreadWorkerFactory in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement IThreadWorkerFactory Modifier and Type Class Description classSuiteWorkerFactoryAnIThreadWorkerFactoryforSuiteRunnersFields in org.testng.internal.thread.graph declared as IThreadWorkerFactory Modifier and Type Field Description private IThreadWorkerFactory<T>GraphThreadPoolExecutor. m_factoryConstructors in org.testng.internal.thread.graph with parameters of type IThreadWorkerFactory Constructor 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) -
Uses of IThreadWorkerFactory in org.testng.thread
Methods in org.testng.thread with parameters of type IThreadWorkerFactory Modifier and Type Method Description ITestNGThreadPoolExecutorIExecutorFactory. 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)ITestNGThreadPoolExecutorIExecutorFactory. 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)
-