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
protected class RandomBug.Bypass extends RandomBug.RepeatStatement
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
base, description, gotFailure, listener, notifier, params, serial
-
-
Constructor Summary
Constructors Constructor Description Bypass(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Error
error()
void
evaluate()
protected int
retryCount()
protected boolean
returnOnFailure()
protected boolean
returnOnSuccess()
-
Methods inherited from class org.nuxeo.runtime.test.runner.RandomBug.RepeatStatement
displayName, onEnter, onLeave
-
-
-
-
Constructor Detail
-
Bypass
public Bypass(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description description)
-
-
Method Detail
-
evaluate
public void evaluate()
- Overrides:
evaluate
in classRandomBug.RepeatStatement
-
error
protected Error 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
-
-