public class ThucydidesParameterizedRunner
extends org.junit.runners.Suite
| Constructor and Description |
|---|
ThucydidesParameterizedRunner(Class<?> klass)
Only called reflectively.
|
ThucydidesParameterizedRunner(Class<?> klass,
Configuration configuration,
WebDriverFactory webDriverFactory,
BatchManager batchManager)
Only used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generateReports() |
protected List<org.junit.runner.Runner> |
getChildren() |
List<org.junit.runner.Runner> |
getRunners() |
protected int |
getThreadCountFor(Class<?> klass) |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected boolean |
runTestsInParallelFor(Class<?> klass) |
void |
subscribeReporter(AcceptanceTestReporter reporter) |
public ThucydidesParameterizedRunner(Class<?> klass, Configuration configuration, WebDriverFactory webDriverFactory, BatchManager batchManager) throws Throwable
Throwableprotected boolean runTestsInParallelFor(Class<?> klass)
protected int getThreadCountFor(Class<?> klass)
protected List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.Suitepublic void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>public void generateReports()
public void subscribeReporter(AcceptanceTestReporter reporter)
public List<org.junit.runner.Runner> getRunners()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.