Package org.nuxeo.runtime.test.runner
Annotation Interface RandomBug.Repeat
- Enclosing class:
RandomBug
Repeat condition based on
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
issue
String issueReference 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 onSuccessTimes to repeat until failure in case of success- Default:
30
-
onFailure
int onFailureTimes to repeat until success in case of failure- Default:
10
-
bypass
boolean bypassBypass a method/suite ....- Default:
false
-