org.testng
Interface IMethodInstance


public interface IMethodInstance

This interface captures a test method along with all the instances it should be run on.


Method Summary
 java.lang.Object getInstance()
           
 java.lang.Object[] getInstances()
          Deprecated. Use getInstance()
 ITestNGMethod getMethod()
           
 

Method Detail

getMethod

ITestNGMethod getMethod()

getInstances

java.lang.Object[] getInstances()
Deprecated. Use getInstance()


getInstance

java.lang.Object getInstance()


Copyright © 2011. All Rights Reserved.