package org.testng; public interface IMethodInstance { Object getInstance(); Object[] getInstances(); ITestNGMethod getMethod(); }