public class RetryRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
RetryRunner(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected void |
runTestUnit(org.junit.runners.model.Statement statement,
org.junit.runner.Description description,
org.junit.runner.notification.RunNotifier notifier)
Runs an atomic test
|
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic RetryRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>notifier - RunNotifierprotected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnermethod - FrameworkMethodnotifier - RunNotifierprotected final void runTestUnit(org.junit.runners.model.Statement statement,
org.junit.runner.Description description,
org.junit.runner.notification.RunNotifier notifier)
Copyright © 1998–2018 iText Group NV. All rights reserved.