Uses of Interface
org.testng.thread.IThreadWorkerFactory
-
Packages that use IThreadWorkerFactory Package Description org.testng org.testng.internal.thread.graph -
-
Uses of IThreadWorkerFactory in org.testng
Classes in org.testng that implement IThreadWorkerFactory Modifier and Type Class Description class
TestRunner
This class takes care of running one Test. -
Uses of IThreadWorkerFactory in org.testng.internal.thread.graph
Classes in org.testng.internal.thread.graph that implement IThreadWorkerFactory Modifier and Type Class Description class
SuiteWorkerFactory
AnIThreadWorkerFactory
forSuiteRunner
sConstructors in org.testng.internal.thread.graph with parameters of type IThreadWorkerFactory Constructor Description GraphOrchestrator(java.util.concurrent.ExecutorService service, IThreadWorkerFactory<T> factory, IDynamicGraph<T> graph, java.util.Comparator<T> comparator)
-