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