protected abstract class RandomBug.RepeatStatement extends org.junit.runners.model.Statement
Modifier and Type | Field and Description |
---|---|
protected org.junit.runners.model.Statement |
base |
protected org.junit.runner.Description |
description |
protected boolean |
gotFailure |
protected org.junit.runner.notification.RunListener |
listener |
protected org.junit.runner.notification.RunNotifier |
notifier |
protected RandomBug.Repeat |
params |
protected int |
serial |
Modifier | Constructor and Description |
---|---|
protected |
RepeatStatement(RandomBug.Repeat someParams,
org.junit.runner.notification.RunNotifier aNotifier,
org.junit.runners.model.Statement aStatement,
org.junit.runner.Description aDescription) |
Modifier and Type | Method and Description |
---|---|
protected String |
displayName(org.junit.runner.Description desc) |
protected abstract Error |
error() |
void |
evaluate() |
protected void |
onEnter(int aSerial) |
protected void |
onLeave() |
protected abstract int |
retryCount() |
protected abstract boolean |
returnOnFailure() |
protected abstract boolean |
returnOnSuccess() |
protected final RandomBug.Repeat params
protected final org.junit.runner.notification.RunNotifier notifier
protected boolean gotFailure
protected final org.junit.runner.notification.RunListener listener
protected final org.junit.runners.model.Statement base
protected int serial
protected org.junit.runner.Description description
protected RepeatStatement(RandomBug.Repeat someParams, org.junit.runner.notification.RunNotifier aNotifier, org.junit.runners.model.Statement aStatement, org.junit.runner.Description aDescription)
protected String displayName(org.junit.runner.Description desc)
protected void onEnter(int aSerial)
protected void onLeave()
public void evaluate() throws Throwable
evaluate
in class org.junit.runners.model.Statement
Throwable
protected abstract int retryCount()
protected abstract boolean returnOnSuccess()
protected abstract boolean returnOnFailure()
Copyright © 2017 Nuxeo. All rights reserved.