Package org.testng.internal.thread.graph
Class SuiteWorkerFactory
java.lang.Object
org.testng.internal.thread.graph.SuiteWorkerFactory
- All Implemented Interfaces:
IThreadWorkerFactory<ISuite>
An
IThreadWorkerFactory
for SuiteRunner
s-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSuiteWorkerFactory
(SuiteRunnerMap suiteRunnerMap, Integer verbose, String defaultSuiteName) -
Method Summary
-
Field Details
-
m_verbose
-
m_defaultSuiteName
-
m_suiteRunnerMap
-
-
Constructor Details
-
SuiteWorkerFactory
-
-
Method Details
-
createWorkers
For each suite, creates aSuiteRunnerWorker
- Specified by:
createWorkers
in interfaceIThreadWorkerFactory<ISuite>
- Parameters:
suites
- set of suite runners- Returns:
- list of suite runner workers
-