Package 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 Detail

      • getInstances

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

        java.lang.Object getInstance()