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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDataProvider()
java.lang.Class<?>
getDataProviderClass()
void
setDataProvider(java.lang.String v)
void
setDataProviderClass(java.lang.Class<?> v)
-