Uses of Class
org.testng.internal.annotations.BaseAnnotation
-
Packages that use BaseAnnotation Package Description org.testng.internal.annotations -
-
Uses of BaseAnnotation in org.testng.internal.annotations
Subclasses of BaseAnnotation in org.testng.internal.annotations Modifier and Type Class Description class
AfterSuiteAnnotation
class
BaseBeforeAfter
class
BeforeSuiteAnnotation
class
ConfigurationAnnotation
An implementation of IConfiguration Created on Dec 16, 2005class
DataProviderAnnotation
An implementation of IDataProvider.class
FactoryAnnotation
An implementation of IFactory Created on Dec 20, 2005class
ObjectFactoryAnnotation
The internal representation of @ObjectFactoryclass
ParametersAnnotation
An implementation of IParameters Created on Dec 20, 2005class
TestAnnotation
An implementation of ITest Created on Dec 20, 2005class
TestOrConfiguration
-