Package org.testng.internal
Class TestMethodArguments.Builder
java.lang.Object
org.testng.internal.TestMethodArguments.Builder
- Enclosing class:
- TestMethodArguments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ITestNGMethod[]
private ITestNGMethod[]
private ConfigurationGroupMethods
private Object
private int
private Object[]
private ITestClass
private ITestNGMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
forTestClass
(ITestClass testClass) usingAfterMethods
(ITestNGMethod[] afterMethods) usingArguments
(TestMethodArguments attributes) usingBeforeMethods
(ITestNGMethod[] beforeMethods) usingGroupMethods
(ConfigurationGroupMethods groupMethods) usingInstance
(Object instance) withParameters
(Map<String, String> params) withParametersIndex
(int parametersIndex) withParameterValues
(Object[] parameterValues)
-
Field Details
-
instance
-
tm
-
parameterValues
-
parametersIndex
private int parametersIndex -
params
-
testClass
-
beforeMethods
-
afterMethods
-
groupMethods
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
usingInstance
-
forTestMethod
-
withParameterValues
-
withParametersIndex
-
withParameters
-
forTestClass
-
usingBeforeMethods
-
usingAfterMethods
-
usingGroupMethods
-
usingArguments
-
build
-