Uses of Interface
org.testng.internal.annotations.IAnnotationTransformer

Packages that use IAnnotationTransformer
org.testng   
org.testng.internal   
org.testng.internal.annotations   
 

Uses of IAnnotationTransformer in org.testng
 

Methods in org.testng that return IAnnotationTransformer
 IAnnotationTransformer TestNG.getAnnotationTransformer()
           
 

Methods in org.testng with parameters of type IAnnotationTransformer
 void TestNG.setAnnotationTransformer(IAnnotationTransformer t)
           
 

Uses of IAnnotationTransformer in org.testng.internal
 

Methods in org.testng.internal with parameters of type IAnnotationTransformer
static IAnnotationFinder ClassHelper.createJdkAnnotationFinder(IAnnotationTransformer annoTransformer)
           
 

Uses of IAnnotationTransformer in org.testng.internal.annotations
 

Classes in org.testng.internal.annotations that implement IAnnotationTransformer
 class DefaultAnnotationTransformer
           
 

Methods in org.testng.internal.annotations with parameters of type IAnnotationTransformer
 IAnnotation JDK15TagFactory.createTag(java.lang.Class<?> cls, java.lang.annotation.Annotation a, java.lang.Class<?> annotationClass, IAnnotationTransformer transformer)
           
 IAnnotation JDK14TagFactory.createTag(java.lang.Class annotationClass, com.thoughtworks.qdox.model.AbstractInheritableJavaEntity entity, IAnnotationTransformer transformer)
           
 

Constructors in org.testng.internal.annotations with parameters of type IAnnotationTransformer
JDK14AnnotationFinder(IAnnotationTransformer transformer)
           
JDK15AnnotationFinder(IAnnotationTransformer transformer)
           
 



Copyright © 2010. All Rights Reserved.