public static class AbstractParallelWorker.Arguments
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractParallelWorker.Arguments.Builder |
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
Arguments() |
Modifier and Type | Method and Description |
---|---|
ClassMethodMap |
getClassMethodMap() |
ConfigurationGroupMethods |
getConfigMethods() |
IAnnotationFinder |
getFinder() |
IInvoker |
getInvoker() |
(package private) java.util.List<IClassListener> |
getListeners() |
java.util.List<ITestNGMethod> |
getMethods() |
ITestContext |
getTestContext() |
private java.util.List<ITestNGMethod> methods
private IInvoker invoker
private ConfigurationGroupMethods configMethods
private ClassMethodMap classMethodMap
private java.util.List<IClassListener> listeners
private ITestContext testContext
private IAnnotationFinder finder
public java.util.List<ITestNGMethod> getMethods()
public IInvoker getInvoker()
public ConfigurationGroupMethods getConfigMethods()
public ClassMethodMap getClassMethodMap()
java.util.List<IClassListener> getListeners()
public ITestContext getTestContext()
public IAnnotationFinder getFinder()