Annotation Type CAwaiting


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CAwaiting
    This annotation CAwaiting uses to mark test which fails and awaiting action from someone or if needs investigation.

    Please note:

    • We have a flag CORE_SKIP_CLASS_WITH_AWAITING_TEST to avoid running tests with CAwaiting annotation.
    • if test fails due to knows defect then we should use COpenDefects annotation instead.
    • after when defect has been fixed we replace COpenDefects with CDefects. We do this to ensure that we have visibility on all related defects so in case if open return developers can identify the root cause faster.
    See Also:
    CDeferred, CIgnored, CDefects, COpenDefects
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String cause  
    • Element Detail

      • cause

        java.lang.String cause