public class MethodInstance extends Object implements IMethodInstance
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IMethodInstance> |
SORT_BY_INDEX |
| Constructor and Description |
|---|
MethodInstance(ITestNGMethod method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance() |
ITestNGMethod |
getMethod() |
String |
toString() |
public static final Comparator<IMethodInstance> SORT_BY_INDEX
public MethodInstance(ITestNGMethod method)
public ITestNGMethod getMethod()
getMethod in interface IMethodInstancepublic Object getInstance()
getInstance in interface IMethodInstanceCopyright © 2025. All rights reserved.