Uses of Interface
org.testng.IAnnotationTransformer
-
Packages that use IAnnotationTransformer Package Description org.testng org.testng.internal.annotations -
-
Uses of IAnnotationTransformer in org.testng
Methods in org.testng that return IAnnotationTransformer Modifier and Type Method Description IAnnotationTransformer
TestNG. getAnnotationTransformer()
-
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
Constructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer Constructor Description JDK15AnnotationFinder(IAnnotationTransformer transformer)
-