Package net.thucydides.junit.runners
Class ThucydidesRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
net.serenitybdd.junit.runners.SerenityRunner
net.thucydides.junit.runners.ThucydidesRunner
- 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 ThucydidesRunner extends SerenityRunner
Deprecated.
Replaced by SerenityRunner
Provided for backwards compatibility
-
Constructor Summary
Constructors Constructor Description ThucydidesRunner(java.lang.Class<?> klass)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, com.google.inject.Injector injector)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, com.google.inject.Module module)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, net.thucydides.core.batches.BatchManager batchManager)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory, DriverConfiguration configuration)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory, DriverConfiguration configuration, net.thucydides.core.batches.BatchManager batchManager)Deprecated.ThucydidesRunner(java.lang.Class<?> klass, WebdriverManager webDriverManager, DriverConfiguration configuration, net.thucydides.core.batches.BatchManager batchManager)Deprecated. -
Method Summary
Methods inherited from class net.serenitybdd.junit.runners.SerenityRunner
additionalBrowserCleanup, driverFor, generateReports, getBatchManager, getConfiguration, getDefaultReporters, getDriver, getDriver, getOutputDirectory, getPages, getStepListener, getTestOutcomes, initListeners, initListenersUsing, initStepEventBus, injectAnnotatedPagesObjectInto, injectDriverInto, injectEnvironmentVariablesInto, injectScenarioStepsInto, methodInvoker, prepareBrowserForTest, run, runChild, setStepListener, subscribeReporter, useQualifierMethods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutMethods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, 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
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, com.google.inject.Module module) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, com.google.inject.Injector injector) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory, DriverConfiguration configuration) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, WebDriverFactory webDriverFactory, DriverConfiguration configuration, net.thucydides.core.batches.BatchManager batchManager) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, net.thucydides.core.batches.BatchManager batchManager) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-
ThucydidesRunner
public ThucydidesRunner(java.lang.Class<?> klass, WebdriverManager webDriverManager, DriverConfiguration configuration, net.thucydides.core.batches.BatchManager batchManager) throws org.junit.runners.model.InitializationErrorDeprecated.- Throws:
org.junit.runners.model.InitializationError
-