Uses of Class
org.testng.internal.AnnotationTypeEnum

Packages that use AnnotationTypeEnum
org.testng.internal   
org.testng.internal.version   
 

Uses of AnnotationTypeEnum in org.testng.internal
 

Fields in org.testng.internal declared as AnnotationTypeEnum
static AnnotationTypeEnum AnnotationTypeEnum.JAVADOC
          javadoc annotation type
static AnnotationTypeEnum AnnotationTypeEnum.JDK
          JDK5 annotation type
 

Methods in org.testng.internal that return AnnotationTypeEnum
static AnnotationTypeEnum AnnotationTypeEnum.valueOf(java.lang.String pAnnotationType)
          Returns an AnnotationTypeEnum object holding the value of the specified pAnnotationType.
static AnnotationTypeEnum AnnotationTypeEnum.valueOf(java.lang.String pAnnotationType, boolean strict)
          Returns an AnnotationTypeEnum object holding the value of the specified pAnnotationType.
 

Uses of AnnotationTypeEnum in org.testng.internal.version
 

Methods in org.testng.internal.version that return AnnotationTypeEnum
static AnnotationTypeEnum VersionInfo.getDefaultAnnotationType()
          Returns the default annotation type for this version of TestNG.
 



Copyright © 2010. All Rights Reserved.