public class MethodInstance extends java.lang.Object implements IMethodInstance
Modifier and Type | Field and Description |
---|---|
private ITestNGMethod |
m_method |
static java.util.Comparator<IMethodInstance> |
SORT_BY_INDEX |
Constructor and Description |
---|
MethodInstance(ITestNGMethod method) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getInstance() |
java.lang.Object[] |
getInstances()
Deprecated.
|
ITestNGMethod |
getMethod() |
java.lang.String |
toString() |
private ITestNGMethod m_method
public static final java.util.Comparator<IMethodInstance> SORT_BY_INDEX
public MethodInstance(ITestNGMethod method)
public ITestNGMethod getMethod()
getMethod
in interface IMethodInstance
@Deprecated public java.lang.Object[] getInstances()
getInstances
in interface IMethodInstance
public java.lang.Object getInstance()
getInstance
in interface IMethodInstance
public java.lang.String toString()
toString
in class java.lang.Object