Package org.testng.internal.annotations
Interface IDataProvidable
-
- All Known Subinterfaces:
IFactoryAnnotation
,ITest
,ITestAnnotation
- All Known Implementing Classes:
FactoryAnnotation
,TestAnnotation
public interface IDataProvidable
A trait shared by all the annotations that have dataProvider/dataProviderClass attributes.- Author:
- Cedric Beust
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataProvider()
Class<?>
getDataProviderClass()
void
setDataProvider(String v)
void
setDataProviderClass(Class<?> v)
-