Annotation Interface TestCase
Annotates a portlet test for documenting its purpose..
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionArchive[]Additional deploymentsbooleanThe enabled/disabled status of the test case.The different assertions covered by this test case.
-
Element Details
-
value
Assertion[] valueThe different assertions covered by this test case.- Default:
{}
-
enabled
boolean enabledThe enabled/disabled status of the test case.- Returns:
- true if the test case should be executed
- Default:
true
-
deployments
Archive[] deploymentsAdditional deployments- Returns:
- a list of additional web application to deploy
- Default:
{}
-