Package org.nuxeo.runtime.test.runner
Class RandomBug.RepeatOnSuccess
java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
org.nuxeo.runtime.test.runner.RandomBug.RepeatOnSuccess
- 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
RepeatOnSuccess
(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
-
Constructor Details
-
RepeatOnSuccess
protected RepeatOnSuccess(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
-
returnOnFailure
protected boolean returnOnFailure()- Specified by:
returnOnFailure
in classRandomBug.RepeatStatement
-
returnOnSuccess
protected boolean returnOnSuccess()- Specified by:
returnOnSuccess
in classRandomBug.RepeatStatement
-
retryCount
protected int retryCount()- Specified by:
retryCount
in classRandomBug.RepeatStatement
-