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
 java.lang.Object[] getInstances()
           
 ITestNGMethod getMethod()
           
 

Method Detail

getMethod

ITestNGMethod getMethod()

getInstances

java.lang.Object[] getInstances()


Copyright © 2010. All Rights Reserved.