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
Deprecated.As of release 7.0.0, replaced byIAnnotationTransformer
interface
IAnnotationTransformer3
Deprecated.As of release 7.0.0, replaced byIAnnotationTransformer
Fields in org.testng declared as IAnnotationTransformer Modifier and Type Field Description private IAnnotationTransformer
TestNG. m_annotationTransformer
private IAnnotationTransformer
TestNG. m_defaultAnnoProcessor
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 private void
TestNG. setAnnotationTransformer(IAnnotationTransformer t)
-
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
Fields in org.testng.internal.annotations declared as IAnnotationTransformer Modifier and Type Field Description private IAnnotationTransformer
JDK15AnnotationFinder. m_transformer
Constructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer Constructor Description JDK15AnnotationFinder(IAnnotationTransformer transformer)
-