public class Arguments extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Object |
instance |
protected Map<String,String> |
params |
protected ITestNGMethod |
tm |
| Modifier | Constructor and Description |
|---|---|
protected |
Arguments(Object instance,
ITestNGMethod tm,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance() |
Map<String,String> |
getParameters() |
ITestNGMethod |
getTestMethod() |
protected final Object instance
protected final ITestNGMethod tm
protected Arguments(Object instance, ITestNGMethod tm, Map<String,String> params)
public Object getInstance()
public ITestNGMethod getTestMethod()
Copyright © 2025. All rights reserved.