Uses of Interface
org.testng.IAnnotationTransformer
-
Packages that use IAnnotationTransformer Package Description org.testng org.testng.internal.annotations -
-
Uses of IAnnotationTransformer in org.testng
Fields in org.testng declared as IAnnotationTransformer Modifier and Type Field Description private IAnnotationTransformerTestNG. m_annotationTransformerprivate IAnnotationTransformerTestNG. m_defaultAnnoProcessorMethods in org.testng that return IAnnotationTransformer Modifier and Type Method Description IAnnotationTransformerTestNG. getAnnotationTransformer()Methods in org.testng with parameters of type IAnnotationTransformer Modifier and Type Method Description private voidTestNG. setAnnotationTransformer(IAnnotationTransformer t) -
Uses of IAnnotationTransformer in org.testng.internal.annotations
Subinterfaces of IAnnotationTransformer in org.testng.internal.annotations Modifier and Type Interface Description interfaceIAnnotationTransformerFor backward compatibility.Classes in org.testng.internal.annotations that implement IAnnotationTransformer Modifier and Type Class Description classDefaultAnnotationTransformerclassIgnoreListenerFields in org.testng.internal.annotations declared as IAnnotationTransformer Modifier and Type Field Description private IAnnotationTransformerJDK15AnnotationFinder. m_transformerConstructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer Constructor Description JDK15AnnotationFinder(IAnnotationTransformer transformer)
-