| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.annotations |
| Modifier and Type | Method and Description |
|---|---|
default void |
IAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod)
This method will be invoked by TestNG to give you a chance to modify a TestNG annotation read
from your test classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITest |
| Modifier and Type | Class and Description |
|---|---|
class |
TestAnnotation
An implementation of ITest
|
| Modifier and Type | Method and Description |
|---|---|
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
Class<?> cls) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
ITestNGMethod m) |
static ITestAnnotation |
AnnotationHelper.findTest(IAnnotationFinder finder,
Method m) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgnoreListener.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) |
void |
DefaultAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod) |
void |
IgnoreListener.transform(ITestAnnotation annotation,
Class testClass,
Constructor tc,
Method testMethod,
Class<?> clazz) |
default void |
IAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod,
Class<?> occurringClazz) |
void |
DefaultAnnotationTransformer.transform(ITestAnnotation annotation,
Class testClass,
Constructor cons,
Method tm,
Class<?> clazz) |
Copyright © 2025. All rights reserved.