Uses of Interface
org.testng.IDynamicGraph
Packages that use IDynamicGraph
Package
Description
-
Uses of IDynamicGraph in org.testng
Methods in org.testng with parameters of type IDynamicGraphModifier and TypeMethodDescriptionprivate void
TestNG.populateSuiteGraph
(IDynamicGraph<ISuite> suiteGraph, SuiteRunnerMap suiteRunnerMap, XmlSuite xmlSuite) Populates the dynamic graph with the reverse hierarchy of suites. -
Uses of IDynamicGraph in org.testng.internal
Classes in org.testng.internal that implement IDynamicGraph -
Uses of IDynamicGraph in org.testng.internal.thread
Methods in org.testng.internal.thread with parameters of type IDynamicGraphModifier and TypeMethodDescriptionDefaultThreadPoolExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) DefaultThreadPoolExecutorFactory.newTestMethodExecutor
(String name, IDynamicGraph<ITestNGMethod> graph, IThreadWorkerFactory<ITestNGMethod> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ITestNGMethod> comparator) -
Uses of IDynamicGraph in org.testng.internal.thread.graph
Fields in org.testng.internal.thread.graph declared as IDynamicGraphConstructors in org.testng.internal.thread.graph with parameters of type IDynamicGraphModifierConstructorDescriptionGraphThreadPoolExecutor
(String name, IDynamicGraph<T> graph, IThreadWorkerFactory<T> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<T> comparator) -
Uses of IDynamicGraph in org.testng.thread
Methods in org.testng.thread with parameters of type IDynamicGraphModifier and TypeMethodDescriptionIExecutorFactory.newSuiteExecutor
(String name, IDynamicGraph<ISuite> graph, IThreadWorkerFactory<ISuite> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ISuite> comparator) IExecutorFactory.newTestMethodExecutor
(String name, IDynamicGraph<ITestNGMethod> graph, IThreadWorkerFactory<ITestNGMethod> factory, int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue<Runnable> workQueue, Comparator<ITestNGMethod> comparator)