public static class AbstractParallelWorker.Arguments
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AbstractParallelWorker.Arguments.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
ClassMethodMap |
getClassMethodMap() |
|
ConfigurationGroupMethods |
getConfigMethods() |
|
IAnnotationFinder |
getFinder() |
|
IInvoker |
getInvoker() |
|
java.util.List<ITestNGMethod> |
getMethods() |
|
ITestContext |
getTestContext() |
public java.util.List<ITestNGMethod> getMethods()
public IInvoker getInvoker()
public ConfigurationGroupMethods getConfigMethods()
public ClassMethodMap getClassMethodMap()
public ITestContext getTestContext()
public IAnnotationFinder getFinder()