| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.annotations |
| Modifier and Type | Method and Description |
|---|---|
void |
IAnnotationTransformer2.transform(IDataProviderAnnotation annotation,
java.lang.reflect.Method method)
Transform an IDataProvider annotation.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) IDataProviderAnnotation |
DataProviderHolder.annotation |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
Parameters.getDataProviderName(IDataProviderAnnotation dp,
java.lang.reflect.Method m) |
| Constructor and Description |
|---|
DataProviderHolder(IDataProviderAnnotation annotation,
java.lang.reflect.Method method,
java.lang.Object instance) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataProviderAnnotation
An implementation of IDataProvider.
|