Package org.nuxeo.runtime.test.runner
Class RandomBug.Bypass
java.lang.Object
org.junit.runners.model.Statement
org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
org.nuxeo.runtime.test.runner.RandomBug.Bypass
- 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
ConstructorDescriptionBypass
(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, onEnter, onLeave
-
Constructor Details
-
Bypass
public Bypass(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description description)
-
-
Method Details
-
evaluate
public void evaluate()- Overrides:
evaluate
in classRandomBug.RepeatStatement
-
error
- Specified by:
error
in classRandomBug.RepeatStatement
-
retryCount
protected int retryCount()- Specified by:
retryCount
in classRandomBug.RepeatStatement
-
returnOnSuccess
protected boolean returnOnSuccess()- Specified by:
returnOnSuccess
in classRandomBug.RepeatStatement
-
returnOnFailure
protected boolean returnOnFailure()- Specified by:
returnOnFailure
in classRandomBug.RepeatStatement
-