Annotation Type COpenDefects


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface COpenDefects
    This annotation COpenDefects uses to link test to related open defects.

    Please note:

    • if defect fixed then we should remove COpenDefects and add fixed defect id to @CDefects annotation.
    • if defect deferred for short term then we can change COpenDefects to CDeferred.
    See Also:
    CDeferred, CAwaiting, COpenDefects
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String[] ids  
    • Element Detail

      • ids

        java.lang.String[] ids