|
Annotation Types Summary |
| Converters |
Annotation to be used for declaring the converters either on a test Class or on a test method. |
| DataLoader |
A method or class level annotation providing users with the ability to specify a data Loader strategy for their test class. |
| Intercept |
A field level annotation that can be used to intercept calls to methods within the subject under test. |
| Param |
A parameter level optional annotation that converts the data for EasyTest based test methods to consume. |
| Provided |
A field level annotation that can be used in the test classes
to load the Filed values from out side the test class, for example from
a configuration file. |
| Report |
A test class level annotation providing reporting parameters. |
| TestBean |
A Method level annotation to identify a test bean. |
| TestConfigProvider |
A Class level annotation used to identify the Test Configuration provider class. |
| TestProperties |
A Class level annotation that is applied of Config classes that defines the TestBeans. |