Uses of Interface
org.testng.IAnnotationTransformer

Packages that use IAnnotationTransformer
org.testng   
 

Uses of IAnnotationTransformer in org.testng
 

Subinterfaces of IAnnotationTransformer in org.testng
 interface IAnnotationTransformer2
          Use this interface instead of IAnnotationTransformer if you want to modify any TestNG annotation besides @Test.
 

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

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



Copyright © 2011. All Rights Reserved.