| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.annotations |
| Modifier and Type | Interface and 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 and Description |
|---|---|
IAnnotationTransformer |
TestNG.getAnnotationTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestNG.setAnnotationTransformer(IAnnotationTransformer t)
Deprecated.
Use addListener(ITestNGListener) instead
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAnnotationTransformer
For backward compatibility.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAnnotationTransformer |
class |
IgnoreListener |
| Modifier and Type | Method and Description |
|---|---|
<A extends IAnnotation> |
JDK15TagFactory.createTag(Class<?> cls,
Method method,
Annotation a,
Class<A> annotationClass,
IAnnotationTransformer transformer) |
| Constructor and Description |
|---|
JDK15AnnotationFinder(IAnnotationTransformer transformer) |
Copyright © 2024. All rights reserved.