Annotation Interface TestCase


@Retention(RUNTIME) @Target(TYPE) public @interface TestCase
Annotates a portlet test for documenting its purpose..
Version:
$Revision: 1.1 $
Author:
Julien Viet
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Additional deployments
    boolean
    The enabled/disabled status of the test case.
    The different assertions covered by this test case.
  • Element Details

    • value

      Assertion[] value
      The different assertions covered by this test case.
      Default:
      {}
    • enabled

      boolean enabled
      The enabled/disabled status of the test case.
      Returns:
      true if the test case should be executed
      Default:
      true
    • deployments

      Archive[] deployments
      Additional deployments
      Returns:
      a list of additional web application to deploy
      Default:
      {}