Uses of Interface
org.testng.annotations.IDataProviderAnnotation
-
Packages that use IDataProviderAnnotation Package Description org.testng org.testng.internal.annotations -
-
Uses of IDataProviderAnnotation in org.testng
Methods in org.testng with parameters of type IDataProviderAnnotation Modifier and Type Method Description void
IAnnotationTransformer2. transform(IDataProviderAnnotation annotation, java.lang.reflect.Method method)
Transform an IDataProvider annotation. -
Uses of IDataProviderAnnotation in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IDataProviderAnnotation Modifier and Type Class Description class
DataProviderAnnotation
An implementation of IDataProvider.
-