Package org.testng.internal.annotations

Interface Summary
IAfterClass  
IAfterGroups  
IAfterMethod  
IAfterSuite  
IAfterTest  
IAfterTests  
IAnnotation The parent interface for all the annotations.
IAnnotationFinder This interface defines how annotations are found on classes, methods and constructors.
IAnnotationTransformer  
IBaseBeforeAfter Base interface for IBeforeSuite, IAfterSuite, etc...
IBeforeClass  
IBeforeGroups  
IBeforeMethod  
IBeforeSuite  
IBeforeTest  
IConfiguration Encapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005
IDataProvider Encapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005
IExpectedExceptions Encapsulate the @ExpectedExceptions / @testng.expected-exceptions annotation Created on Dec 20, 2005
IFactory Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005
IObjectFactory  
IParameterizable Parent interface for annotations that can receive parameters.
IParameters Encapsulate the @Parameters / @testng.parameters annotation Created on Dec 20, 2005
ITest Encapsulate the @Test / @testng.test annotation.
ITestOrConfiguration This interface captures methods common to @Test and @Configuration Created on Dec 20, 2005
 

Class Summary
AfterSuiteAnnotation  
AnnotationConfiguration This class is responsible for returning the correct IAnnotationFinder.
AnnotationHelper Helper methods to find @Test and @Configuration tags.
BaseAnnotation  
BaseBeforeAfter  
BeforeSuiteAnnotation  
ConfigurationAnnotation An implementation of IConfiguration Created on Dec 16, 2005
Converter Convert a string values into primitive types.
DataProviderAnnotation An implementation of IDataProvider.
DefaultAnnotationTransformer  
ExpectedExceptionsAnnotation An implementation of IExpectedExceptions Created on Dec 20, 2005
FactoryAnnotation An implementation of IFactory Created on Dec 20, 2005
JDK14AnnotationFinder This class implements IAnnotationFinder with QDox for JDK 1.4
JDK14TagFactory This class creates implementations of IAnnotations based on the JavaDoc tag that was found on the Java element.
JDK15AnnotationFinder This class implements IAnnotationFinder with JDK5 annotations Created on Dec 20, 2005
JDK15TagFactory This class creates implementations of IAnnotations based on the JDK5 annotation that was found on the Java element.
ObjectFactoryAnnotation The internal representation of @ObjectFactory
ParametersAnnotation An implementation of IParameters Created on Dec 20, 2005
TestAnnotation An implementation of ITest Created on Dec 20, 2005
TestOrConfiguration  
 



Copyright © 2010. All Rights Reserved.