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

Packages that use ITest
org.testng.internal.annotations   
 

Uses of ITest in org.testng.internal.annotations
 

Classes in org.testng.internal.annotations that implement ITest
 class TestAnnotation
          An implementation of ITest Created on Dec 20, 2005
 

Methods in org.testng.internal.annotations that return ITest
static ITest AnnotationHelper.findTest(IAnnotationFinder finder, java.lang.Class cls)
           
static ITest AnnotationHelper.findTest(IAnnotationFinder finder, java.lang.reflect.Constructor ctor)
           
static ITest AnnotationHelper.findTest(IAnnotationFinder finder, java.lang.reflect.Method m)
           
 

Methods in org.testng.internal.annotations with parameters of type ITest
 void IAnnotationTransformer.transform(ITest annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
          This method will be invoked by TestNG to give you a chance to modify a TestNG annotation read from your test classes.
 void DefaultAnnotationTransformer.transform(ITest annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
           
 



Copyright © 2010. All Rights Reserved.