Package org.nuxeo.runtime.test.runner
Class RandomBug.RepeatOnFailure
java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
org.nuxeo.runtime.test.runner.RandomBug.RepeatOnFailure
- Enclosing class:
- RandomBug
-
Field Summary
Fields inherited from class org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
base, description, gotFailure, listener, notifier, params, serial
-
Constructor Summary
ModifierConstructorDescriptionprotected
RepeatOnFailure
(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description description) -
Method Summary
Methods inherited from class org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
displayName, evaluate, onEnter, onLeave
-
Field Details
-
issue
-
-
Constructor Details
-
RepeatOnFailure
protected RepeatOnFailure(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description description)
-
-
Method Details
-
error
- Specified by:
error
in classRandomBug.RepeatStatement
-
retryCount
protected int retryCount()- Specified by:
retryCount
in classRandomBug.RepeatStatement
-
returnOnFailure
protected boolean returnOnFailure()- Specified by:
returnOnFailure
in classRandomBug.RepeatStatement
-
returnOnSuccess
protected boolean returnOnSuccess()- Specified by:
returnOnSuccess
in classRandomBug.RepeatStatement
-