Package org.testng.internal
Class MethodInstance
- java.lang.Object
-
- org.testng.internal.MethodInstance
-
- All Implemented Interfaces:
IMethodInstance
public class MethodInstance extends Object implements IMethodInstance
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<IMethodInstance>
SORT_BY_INDEX
-
Constructor Summary
Constructors Constructor Description MethodInstance(ITestNGMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
getInstance()
Object[]
getInstances()
Deprecated.ITestNGMethod
getMethod()
String
toString()
-
-
-
Field Detail
-
SORT_BY_INDEX
public static final Comparator<IMethodInstance> SORT_BY_INDEX
-
-
Constructor Detail
-
MethodInstance
public MethodInstance(ITestNGMethod method)
-
-
Method Detail
-
getMethod
public ITestNGMethod getMethod()
- Specified by:
getMethod
in interfaceIMethodInstance
-
getInstances
@Deprecated public Object[] getInstances()
Deprecated.- Specified by:
getInstances
in interfaceIMethodInstance
-
getInstance
public Object getInstance()
- Specified by:
getInstance
in interfaceIMethodInstance
-
-