Package org.testng.internal.annotations
Interface IDataProvidable
-
- All Known Subinterfaces:
IFactoryAnnotation,ITest,ITestAnnotation
- All Known Implementing Classes:
FactoryAnnotation,TestAnnotation
public interface IDataProvidableA 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.StringgetDataProvider()java.lang.Class<?>getDataProviderClass()voidsetDataProvider(java.lang.String v)voidsetDataProviderClass(java.lang.Class<?> v)
-