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