| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
| Modifier and Type | Method and Description |
|---|---|
static TakeScreenshots |
TakeScreenshots.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TakeScreenshots[] |
TakeScreenshots.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScreenshotPermission.areAllowed(TakeScreenshots takeScreenshots) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<TakeScreenshots> |
SystemPropertiesConfiguration.getScreenshotLevel() |
com.google.common.base.Optional<TakeScreenshots> |
Configuration.getScreenshotLevel()
How often should screenshots be taken.
|
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.