Package org.testng
Interface IMethodInstance
-
- All Known Implementing Classes:
MethodInstance
public interface IMethodInstance
This interface captures a test method along with all the instances it should be run on.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Object
getInstance()
Object[]
getInstances()
Deprecated.Use getInstance()ITestNGMethod
getMethod()
-
-
-
Method Detail
-
getMethod
ITestNGMethod getMethod()
-
getInstances
@Deprecated Object[] getInstances()
Deprecated.Use getInstance()
-
getInstance
Object getInstance()
-
-