Package org.testng
Interface IMethodInstance
-
- All Known Implementing Classes:
MethodInstance
public interface IMethodInstanceThis 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 java.lang.ObjectgetInstance()java.lang.Object[]getInstances()Deprecated.Use getInstance()ITestNGMethodgetMethod()
-
-
-
Method Detail
-
getMethod
ITestNGMethod getMethod()
-
getInstances
@Deprecated java.lang.Object[] getInstances()
Deprecated.Use getInstance()
-
getInstance
java.lang.Object getInstance()
-
-