Annotation Type CRegression


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CRegression
    This annotation CRegression uses to mark test with the depth of regression which has been assigned to the test. This information will be used to define if the test should be executed based on value of TESTNG_RUN_REGRESSION_DEPTH

    Please note:

    • Any tests without CRegression will be ignored if value of TESTNG_RUN_REGRESSION_DEPTH is greater than Zero.
    • Any test with CRegression value less than OR equal to TESTNG_RUN_SEVERITY_LEVEL will be included in execution suite.
    See Also:
    CDeferred, CAwaiting, COpenDefects, CSeverity, CIgnored, COpenDefects, CDefects, CTestIds
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int depth  
    • Element Detail

      • depth

        int depth