Uses of Interface
net.thucydides.core.webdriver.Configuration

Packages that use Configuration
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.pages Classes designed to make it easier to work with Page Objects in WebDriver. 
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
 

Uses of Configuration in net.thucydides.core.model
 

Constructors in net.thucydides.core.model with parameters of type Configuration
StoryTestResults(Story story, Configuration configuration, IssueTracking issueTracking)
          Create a new acceptance test run instance.
 

Uses of Configuration in net.thucydides.core.pages
 

Methods in net.thucydides.core.pages that return Configuration
 Configuration Pages.getConfiguration()
           
 

Constructors in net.thucydides.core.pages with parameters of type Configuration
Pages(Configuration configuration)
           
Pages(org.openqa.selenium.WebDriver driver, Configuration Configuration)
           
PageUrls(Object pageObject, Configuration Configuration)
           
 

Uses of Configuration in net.thucydides.core.reports
 

Constructors in net.thucydides.core.reports with parameters of type Configuration
ReportService(Configuration configuration)
           
 

Uses of Configuration in net.thucydides.core.steps
 

Constructors in net.thucydides.core.steps with parameters of type Configuration
BaseStepListener(Class<? extends org.openqa.selenium.WebDriver> driverClass, File outputDirectory, Configuration configuration)
           
BaseStepListener(File outputDirectory, Configuration configuration)
           
 

Uses of Configuration in net.thucydides.core.webdriver
 

Classes in net.thucydides.core.webdriver that implement Configuration
 class SystemPropertiesConfiguration
          Centralized configuration of the test runner.
 

Constructors in net.thucydides.core.webdriver with parameters of type Configuration
ThucydidesWebdriverManager(WebDriverFactory webDriverFactory, Configuration configuration)
           
 



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.