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 voidtransform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz) Methods inherited from interface org.testng.IAnnotationTransformer
transform, transform, transform, transform, transformMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Method Details
-
transform
default void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz)
-