TestNG 6.1.1-redhat-2

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

Method Detail

getMethod

ITestNGMethod getMethod()

getInstances

Object[] getInstances()

TestNG 6.1.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.