| Package | Description |
|---|---|
| net.thucydides.core |
Core domain model for the Thucydides application.
|
| net.thucydides.core.batches | |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Configuration |
ThucydidesListeners.getSystemConfiguration()
The configuration manages output directories and driver types.
|
| Modifier and Type | Method and Description |
|---|---|
static ReportService |
ThucydidesReports.getReportService(Configuration systemConfiguration) |
static ThucydidesListeners |
ThucydidesReports.setupListeners(Configuration systemConfiguration) |
| Constructor and Description |
|---|
ThucydidesListeners(Configuration systemConfiguration) |
| Constructor and Description |
|---|
BatchManagerProvider(Configuration configuration) |
| Constructor and Description |
|---|
ScreenshotPermission(Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Pages.getConfiguration() |
| Constructor and Description |
|---|
Pages(Configuration configuration) |
Pages(org.openqa.selenium.WebDriver driver,
Configuration Configuration) |
PageUrls(Object pageObject,
Configuration configuration) |
| Constructor and Description |
|---|
ReportService(Configuration configuration) |
| Constructor and Description |
|---|
BaseStepListener(Class<? extends org.openqa.selenium.WebDriver> driverClass,
File outputDirectory,
Configuration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemPropertiesConfiguration
Centralized configuration of the test runner.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
SystemPropertiesConfiguration.copy() |
Configuration |
Configuration.copy() |
Configuration |
SystemPropertiesConfiguration.withEnvironmentVariables(EnvironmentVariables environmentVariables) |
Configuration |
Configuration.withEnvironmentVariables(EnvironmentVariables environmentVariables) |
| Constructor and Description |
|---|
ElementLocatorFactorySelector(Configuration configuration) |
ThucydidesWebdriverManager(WebDriverFactory webDriverFactory,
Configuration configuration) |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.