public class RunTestsMultipleTimes extends Object implements org.junit.rules.TestRule
| Constructor and Description |
|---|
RunTestsMultipleTimes(int times,
int threads) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public RunTestsMultipleTimes(int times, int threads)
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleCopyright © 2009–2016 SonarSource. All rights reserved.