Package org.testng.internal.annotations
Interface IAnnotationTransformer
- All Superinterfaces:
IAnnotationTransformer
,ITestNGListener
- All Known Implementing Classes:
DefaultAnnotationTransformer
,IgnoreListener
For backward compatibility.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz)
-
Method Details
-
transform
default void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz)
-