Package org.testng.internal
Class AbstractParallelWorker
- java.lang.Object
-
- org.testng.internal.AbstractParallelWorker
-
public abstract class AbstractParallelWorker extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractParallelWorker.Arguments
-
Constructor Summary
Constructors Constructor Description AbstractParallelWorker()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.List<IWorker<ITestNGMethod>>
createWorkers(AbstractParallelWorker.Arguments arguments)
static AbstractParallelWorker
newWorker(XmlSuite.ParallelMode mode, boolean groupByInstances)
-
-
-
Method Detail
-
newWorker
public static AbstractParallelWorker newWorker(XmlSuite.ParallelMode mode, boolean groupByInstances)
-
createWorkers
public abstract java.util.List<IWorker<ITestNGMethod>> createWorkers(AbstractParallelWorker.Arguments arguments)
-
-