Package net.thucydides.junit.runners
Class ThucydidesParameterizedRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runner.Runner>
org.junit.runners.Suite
net.serenitybdd.junit.runners.SerenityParameterizedRunner
net.thucydides.junit.runners.ThucydidesParameterizedRunner
- All Implemented Interfaces:
net.thucydides.core.tags.Taggable,org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
@Deprecated public class ThucydidesParameterizedRunner extends SerenityParameterizedRunner
Deprecated.
Replaced by SerenityParameterizedRunner
Provided for backwards compatibility
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runners.Suite
org.junit.runners.Suite.SuiteClasses -
Constructor Summary
Constructors Constructor Description ThucydidesParameterizedRunner(java.lang.Class<?> klass)Deprecated.ThucydidesParameterizedRunner(java.lang.Class<?> klass, DriverConfiguration configuration, WebDriverFactory webDriverFactory, net.thucydides.core.batches.BatchManager batchManager)Deprecated. -
Method Summary
Methods inherited from class net.serenitybdd.junit.runners.SerenityParameterizedRunner
generateReports, getChildren, getRunners, getThreadCountFor, run, runTestsInParallelFor, subscribeReporterMethods inherited from class org.junit.runners.Suite
describeChild, emptySuite, runChildMethods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, order, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationMethods inherited from class org.junit.runner.Runner
testCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThucydidesParameterizedRunner
public ThucydidesParameterizedRunner(java.lang.Class<?> klass, DriverConfiguration configuration, WebDriverFactory webDriverFactory, net.thucydides.core.batches.BatchManager batchManager) throws java.lang.ThrowableDeprecated.- Throws:
java.lang.Throwable
-
ThucydidesParameterizedRunner
public ThucydidesParameterizedRunner(java.lang.Class<?> klass) throws java.lang.ThrowableDeprecated.- Throws:
java.lang.Throwable
-