Annotation Interface RandomBug.Repeat

Enclosing class:
RandomBug

@Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited public static @interface RandomBug.Repeat
Repeat condition based on
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Reference in issue management system.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Bypass a method/suite ....
    int
    Times to repeat until success in case of failure
    int
    Times to repeat until failure in case of success
  • Element Details

    • issue

      String issue
      Reference in issue management system. Recommendation is to use a constant which name is the issue reference and value is a description or comment.
    • onSuccess

      int onSuccess
      Times to repeat until failure in case of success
      Default:
      30
    • onFailure

      int onFailure
      Times to repeat until success in case of failure
      Default:
      10
    • bypass

      boolean bypass
      Bypass a method/suite ....
      Default:
      false