| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.annotations |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IAnnotationTransformer2 |
Use this interface instead of IAnnotationTransformer if you want to modify any TestNG
annotation besides @Test.
|
interface |
IAnnotationTransformer3 |
| Modifier and Type | Method | Description |
|---|---|---|
IAnnotationTransformer |
TestNG.getAnnotationTransformer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TestNG.setAnnotationTransformer(IAnnotationTransformer t) |
Deprecated.
Use addListener(ITestNGListener) instead
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
IAnnotationTransformer |
For backward compatibility.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultAnnotationTransformer |
|
class |
IgnoreListener |
| Modifier and Type | Method | Description |
|---|---|---|
<A extends IAnnotation> |
JDK15TagFactory.createTag(java.lang.Class<?> cls,
java.lang.reflect.Method method,
java.lang.annotation.Annotation a,
java.lang.Class<A> annotationClass,
IAnnotationTransformer transformer) |
| Constructor | Description |
|---|---|
JDK15AnnotationFinder(IAnnotationTransformer transformer) |