Package org.testng.internal.invokers
Class TestMethodArguments.Builder
java.lang.Object
org.testng.internal.invokers.TestMethodArguments.Builder
- Enclosing class:
TestMethodArguments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ITestNGMethod[]private ITestNGMethod[]private ConfigurationGroupMethodsprivate Objectprivate intprivate Object[]private ITestClassprivate 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
-