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 interfaceIAnnotationTransformer2Use this interface instead of IAnnotationTransformer if you want to modify any TestNG annotation besides @Test.interfaceIAnnotationTransformer3Fields 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 voidTestNG. 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 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_transformerMethods in org.testng.internal.annotations with parameters of type IAnnotationTransformer Modifier and Type Method Description private IAnnotationJDK15TagFactory. createListenersTag(java.lang.Class<?> cls, java.lang.annotation.Annotation a, IAnnotationTransformer transformer)<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)private IAnnotationJDK15TagFactory. createTestTag(java.lang.Class<?> cls, java.lang.annotation.Annotation a, IAnnotationTransformer transformer)Constructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer Constructor Description JDK15AnnotationFinder(IAnnotationTransformer transformer)
-