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

Packages that use IAnnotation
org.testng.internal.annotations   
 

Uses of IAnnotation in org.testng.internal.annotations
 

Subinterfaces of IAnnotation in org.testng.internal.annotations
 interface IConfiguration
          Encapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005
 interface IDataProvider
          Encapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005
 interface IExpectedExceptions
          Encapsulate the @ExpectedExceptions / @testng.expected-exceptions annotation Created on Dec 20, 2005
 interface IFactory
          Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005
 interface IObjectFactory
           
 interface IParameterizable
          Parent interface for annotations that can receive parameters.
 interface IParameters
          Encapsulate the @Parameters / @testng.parameters annotation Created on Dec 20, 2005
 interface ITest
          Encapsulate the @Test / @testng.test annotation.
 interface ITestOrConfiguration
          This interface captures methods common to @Test and @Configuration Created on Dec 20, 2005
 

Classes in org.testng.internal.annotations that implement IAnnotation
 class AfterSuiteAnnotation
           
 class BaseBeforeAfter
           
 class BeforeSuiteAnnotation
           
 class ConfigurationAnnotation
          An implementation of IConfiguration Created on Dec 16, 2005
 class DataProviderAnnotation
          An implementation of IDataProvider.
 class ExpectedExceptionsAnnotation
          An implementation of IExpectedExceptions Created on Dec 20, 2005
 class FactoryAnnotation
          An implementation of IFactory Created on Dec 20, 2005
 class ObjectFactoryAnnotation
          The internal representation of @ObjectFactory
 class ParametersAnnotation
          An implementation of IParameters Created on Dec 20, 2005
 class TestAnnotation
          An implementation of ITest Created on Dec 20, 2005
 class TestOrConfiguration
           
 

Methods in org.testng.internal.annotations that return IAnnotation
 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)
           
 IAnnotation IAnnotationFinder.findAnnotation(java.lang.Class cls, java.lang.Class annotationClass)
           
 IAnnotation JDK14AnnotationFinder.findAnnotation(java.lang.Class cls, java.lang.Class annotationClass)
           
 IAnnotation JDK15AnnotationFinder.findAnnotation(java.lang.Class cls, java.lang.Class annotationClass)
           
 IAnnotation IAnnotationFinder.findAnnotation(java.lang.reflect.Constructor m, java.lang.Class annotationClass)
           
 IAnnotation JDK14AnnotationFinder.findAnnotation(java.lang.reflect.Constructor m, java.lang.Class annotationClass)
           
 IAnnotation JDK15AnnotationFinder.findAnnotation(java.lang.reflect.Constructor m, java.lang.Class annotationClass)
           
 IAnnotation IAnnotationFinder.findAnnotation(java.lang.reflect.Method m, java.lang.Class annotationClass)
           
 IAnnotation JDK14AnnotationFinder.findAnnotation(java.lang.reflect.Method m, java.lang.Class annotationClass)
           
 IAnnotation JDK15AnnotationFinder.findAnnotation(java.lang.reflect.Method m, java.lang.Class annotationClass)
           
 



Copyright © 2010. All Rights Reserved.