| Interface | Description |
|---|---|
| IAfterClass | |
| IAfterGroups | |
| IAfterMethod | |
| IAfterSuite | |
| IAfterTest | |
| IAfterTests | |
| IAnnotationFinder |
This interface defines how annotations are found on classes, methods
and constructors.
|
| IAnnotationTransformer |
For backward compatibility.
|
| IBaseBeforeAfter |
Base interface for IBeforeSuite, IAfterSuite, etc...
|
| IBeforeClass | |
| IBeforeGroups | |
| IBeforeMethod | |
| IBeforeSuite | |
| IBeforeTest | |
| IDataProvidable |
A trait shared by all the annotations that have dataProvider/dataProviderClass attributes.
|
| IListeners | |
| ITest |
| Class | Description |
|---|---|
| AfterSuiteAnnotation | |
| 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
|
| 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.
|
| ListenersAnnotation | |
| 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 |