@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE,CONSTRUCTOR})
public @interface AlfrescoTest
Annotation for Alfresco functional and regression tests,
holds additional information such as testlink id, jira and test id.
The identifiers are used to map test class to a test case in
the test management system.
- Author:
- Michael Suzuki