Package org.testng.internal
Class TestMethodArguments
java.lang.Object
org.testng.internal.Arguments
org.testng.internal.MethodArguments
org.testng.internal.TestMethodArguments
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ITestNGMethod[]
private final ITestNGMethod[]
private final ConfigurationGroupMethods
private final int
private final ITestClass
Fields inherited from class org.testng.internal.MethodArguments
parameterValues
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TestMethodArguments
(Object instance, ITestNGMethod tm, Object[] parameterValues, int parametersIndex, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class org.testng.internal.MethodArguments
getParameterValues
Methods inherited from class org.testng.internal.Arguments
getInstance, getParameters, getTestMethod
-
Field Details
-
testClass
-
parametersIndex
private final int parametersIndex -
beforeMethods
-
afterMethods
-
groupMethods
-
-
Constructor Details
-
TestMethodArguments
private TestMethodArguments(Object instance, ITestNGMethod tm, Object[] parameterValues, int parametersIndex, Map<String, String> params, ITestClass testClass, ITestNGMethod[] beforeMethods, ITestNGMethod[] afterMethods, ConfigurationGroupMethods groupMethods)
-
-
Method Details
-
getParametersIndex
public int getParametersIndex() -
getBeforeMethods
-
getAfterMethods
-
getGroupMethods
-
getTestClass
-