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 Details

    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass) throws org.junit.runners.model.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError
    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass, com.google.inject.Module module) throws org.junit.runners.model.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError
    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass, com.google.inject.Injector injector) throws org.junit.runners.model.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError
    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass, WebDriverFactory webDriverFactory) throws org.junit.runners.model.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError
    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass, WebDriverFactory webDriverFactory, DriverConfiguration configuration) throws org.junit.runners.model.InitializationError
      Deprecated.
      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.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError
    • ThucydidesRunner

      public ThucydidesRunner​(java.lang.Class<?> klass, net.thucydides.core.batches.BatchManager batchManager) throws org.junit.runners.model.InitializationError
      Deprecated.
      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.InitializationError
      Deprecated.
      Throws:
      org.junit.runners.model.InitializationError