Interface IFactoryAnnotation

  • All Superinterfaces:
    IAnnotation, org.testng.internal.annotations.IDataProvidable, IParameterizable

    public interface IFactoryAnnotation
    extends IParameterizable, org.testng.internal.annotations.IDataProvidable
    Encapsulate the @Factory / @testng.factory annotation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Integer> getIndices()  
      void setIndices​(java.util.List<java.lang.Integer> indices)  
      • Methods inherited from interface org.testng.internal.annotations.IDataProvidable

        getDataProvider, getDataProviderClass, getDataProviderDynamicClass, setDataProvider, setDataProviderClass, setDataProviderDynamicClass
    • Method Detail

      • getIndices

        java.util.List<java.lang.Integer> getIndices()
      • setIndices

        void setIndices​(java.util.List<java.lang.Integer> indices)