Package org.testng.internal.invokers
Class AbstractParallelWorker.Arguments
- java.lang.Object
-
- org.testng.internal.invokers.AbstractParallelWorker.Arguments
-
- Enclosing class:
- AbstractParallelWorker
public static class AbstractParallelWorker.Arguments extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractParallelWorker.Arguments.Builder
-
Field Summary
Fields Modifier and Type Field Description private ClassMethodMap
classMethodMap
private ConfigurationGroupMethods
configMethods
private IAnnotationFinder
finder
private IInvoker
invoker
private java.util.List<IClassListener>
listeners
private java.util.List<ITestNGMethod>
methods
private ITestContext
testContext
-
Constructor Summary
Constructors Modifier Constructor Description private
Arguments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassMethodMap
getClassMethodMap()
ConfigurationGroupMethods
getConfigMethods()
IAnnotationFinder
getFinder()
IInvoker
getInvoker()
(package private) java.util.List<IClassListener>
getListeners()
java.util.List<ITestNGMethod>
getMethods()
ITestContext
getTestContext()
-
-
-
Field Detail
-
methods
private java.util.List<ITestNGMethod> methods
-
invoker
private IInvoker invoker
-
configMethods
private ConfigurationGroupMethods configMethods
-
classMethodMap
private ClassMethodMap classMethodMap
-
listeners
private java.util.List<IClassListener> listeners
-
testContext
private ITestContext testContext
-
finder
private IAnnotationFinder finder
-
-
Method Detail
-
getMethods
public java.util.List<ITestNGMethod> getMethods()
-
getInvoker
public IInvoker getInvoker()
-
getConfigMethods
public ConfigurationGroupMethods getConfigMethods()
-
getClassMethodMap
public ClassMethodMap getClassMethodMap()
-
getListeners
java.util.List<IClassListener> getListeners()
-
getTestContext
public ITestContext getTestContext()
-
getFinder
public IAnnotationFinder getFinder()
-
-