Package org.testng.internal
Class GroupConfigMethodArguments.Builder
java.lang.Object
org.testng.internal.GroupConfigMethodArguments.Builder
- Enclosing class:
- GroupConfigMethodArguments
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConfigurationGroupMethods
private Object
private ITestNGMethod
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
forInstance
(Object instance) forTestMethod
(ITestNGMethod testMethod) withGroupConfigMethods
(ConfigurationGroupMethods groupMethods) withParameters
(Map<String, String> params)
-
Field Details
-
testMethod
-
groupMethods
-
params
-
instance
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
forTestMethod
-
withGroupConfigMethods
public GroupConfigMethodArguments.Builder withGroupConfigMethods(ConfigurationGroupMethods groupMethods) -
withParameters
-
forInstance
-
build
-