| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.annotations |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IAnnotationTransformer2.transform(IConfigurationAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.Method testMethod) |
Transform an IConfiguration annotation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConfigurationAnnotation |
An implementation of IConfiguration
Created on Dec 16, 2005
|
| Modifier and Type | Method | Description |
|---|---|---|
static IConfigurationAnnotation |
AnnotationHelper.findConfiguration(IAnnotationFinder finder,
java.lang.reflect.Constructor ctor) |
|
static IConfigurationAnnotation |
AnnotationHelper.findConfiguration(IAnnotationFinder finder,
java.lang.reflect.Method m) |
|
static IConfigurationAnnotation |
AnnotationHelper.findConfiguration(IAnnotationFinder finder,
ConstructorOrMethod m) |