public class TestMethodArguments extends MethodArguments
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMethodArguments.Builder |
| Modifier and Type | Field and Description |
|---|---|
private ITestNGMethod[] |
afterMethods |
private ITestNGMethod[] |
beforeMethods |
private ConfigurationGroupMethods |
groupMethods |
private int |
parametersIndex |
private ITestClass |
testClass |
parameterValues| Modifier | Constructor and Description |
|---|---|
private |
TestMethodArguments(java.lang.Object instance,
ITestNGMethod tm,
java.lang.Object[] parameterValues,
int parametersIndex,
java.util.Map<java.lang.String,java.lang.String> params,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods) |
| Modifier and Type | Method and Description |
|---|---|
ITestNGMethod[] |
getAfterMethods() |
ITestNGMethod[] |
getBeforeMethods() |
ConfigurationGroupMethods |
getGroupMethods() |
int |
getParametersIndex() |
ITestClass |
getTestClass() |
getParameterValuesgetInstance, getParameters, getTestMethodprivate final ITestClass testClass
private final int parametersIndex
private final ITestNGMethod[] beforeMethods
private final ITestNGMethod[] afterMethods
private final ConfigurationGroupMethods groupMethods
private TestMethodArguments(java.lang.Object instance,
ITestNGMethod tm,
java.lang.Object[] parameterValues,
int parametersIndex,
java.util.Map<java.lang.String,java.lang.String> params,
ITestClass testClass,
ITestNGMethod[] beforeMethods,
ITestNGMethod[] afterMethods,
ConfigurationGroupMethods groupMethods)
public int getParametersIndex()
public ITestNGMethod[] getBeforeMethods()
public ITestNGMethod[] getAfterMethods()
public ConfigurationGroupMethods getGroupMethods()
public ITestClass getTestClass()