Uses of Interface
org.testng.IAnnotationTransformer
-
Packages that use IAnnotationTransformer Package Description org.testng org.testng.internal.annotations -
-
Uses of IAnnotationTransformer in org.testng
Subinterfaces of IAnnotationTransformer in org.testng Modifier and Type Interface Description interface
IAnnotationTransformer2
Use this interface instead of IAnnotationTransformer if you want to modify any TestNG annotation besides @Test.interface
IAnnotationTransformer3
Methods in org.testng that return IAnnotationTransformer Modifier and Type Method Description IAnnotationTransformer
TestNG. getAnnotationTransformer()
Methods in org.testng with parameters of type IAnnotationTransformer Modifier and Type Method Description void
TestNG. setAnnotationTransformer(IAnnotationTransformer t)
Deprecated.Use addListener(ITestNGListener) instead -
Uses of IAnnotationTransformer in org.testng.internal.annotations
Subinterfaces of IAnnotationTransformer in org.testng.internal.annotations Modifier and Type Interface Description interface
IAnnotationTransformer
For backward compatibility.Classes in org.testng.internal.annotations that implement IAnnotationTransformer Modifier and Type Class Description class
DefaultAnnotationTransformer
class
IgnoreListener
Methods in org.testng.internal.annotations with parameters of type IAnnotationTransformer Modifier and Type Method Description <A extends IAnnotation>
AJDK15TagFactory. createTag(java.lang.Class<?> cls, java.lang.reflect.Method method, java.lang.annotation.Annotation a, java.lang.Class<A> annotationClass, IAnnotationTransformer transformer)
Constructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer Constructor Description JDK15AnnotationFinder(IAnnotationTransformer transformer)
-