Package org.testng.internal.annotations
Interface IAnnotationTransformer
-
- All Superinterfaces:
IAnnotationTransformer
,ITestNGListener
- All Known Implementing Classes:
DefaultAnnotationTransformer
,IgnoreListener
public interface IAnnotationTransformer extends IAnnotationTransformer
For backward compatibility.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod, java.lang.Class<?> occurringClazz)
-
-
-
Method Detail
-
transform
default void transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod, java.lang.Class<?> occurringClazz)
-
-