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 Created on Dec 20, 2005- Author:
- Cedric Beust
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>
getIndices()
void
setIndices(List<Integer> indices)
-
Methods inherited from interface org.testng.internal.annotations.IDataProvidable
getDataProvider, getDataProviderClass, setDataProvider, setDataProviderClass
-
Methods inherited from interface org.testng.annotations.IParameterizable
getEnabled, getParameters, setEnabled
-
-