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() |
Object[] |
getInstances()
Deprecated.
|
ITestNGMethod |
getMethod() |
String |
toString() |
public static final Comparator<IMethodInstance> SORT_BY_INDEX
public MethodInstance(ITestNGMethod method)
public ITestNGMethod getMethod()
getMethod
in interface IMethodInstance
@Deprecated public Object[] getInstances()
getInstances
in interface IMethodInstance
public Object getInstance()
getInstance
in interface IMethodInstance
Copyright © 2024. All rights reserved.