Package org.testng.annotations
Interface IFactoryAnnotation
-
- All Superinterfaces:
IAnnotation
,IDataProvidable
,IParameterizable
- All Known Implementing Classes:
FactoryAnnotation
public interface IFactoryAnnotation extends IParameterizable, 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, setDataProvider, setDataProviderClass
-
Methods inherited from interface org.testng.annotations.IParameterizable
getEnabled, setEnabled
-
-