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