public class BlockJUnit4ClassRunnerWithRetry
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
BlockJUnit4ClassRunnerWithRetry(Class<?> klass,
int numRetries,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
createStatement(org.junit.runners.model.FrameworkMethod method) |
protected org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic BlockJUnit4ClassRunnerWithRetry(Class<?> klass, int numRetries, PrintStream err) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected org.junit.runners.model.Statement createStatement(org.junit.runners.model.FrameworkMethod method)
protected org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunner