Uses of Class
net.thucydides.core.model.TakeScreenshots
| Package | Description |
|---|---|
| net.thucydides.core.configuration | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots | |
| net.thucydides.core.webdriver |
-
Uses of TakeScreenshots in net.thucydides.core.configuration
Methods in net.thucydides.core.configuration that return types with arguments of type TakeScreenshots Modifier and Type Method Description java.util.Optional<TakeScreenshots>SystemPropertiesConfiguration. getScreenshotLevel() -
Uses of TakeScreenshots in net.thucydides.core.model
Methods in net.thucydides.core.model that return TakeScreenshots Modifier and Type Method Description static TakeScreenshotsTakeScreenshots. valueOf(java.lang.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. -
Uses of TakeScreenshots in net.thucydides.core.model.screenshots
Methods in net.thucydides.core.model.screenshots that return types with arguments of type TakeScreenshots Modifier and Type Method Description java.util.Optional<TakeScreenshots>ScreenshotPreferencesByClass. getScreenshotPreference() -
Uses of TakeScreenshots in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return types with arguments of type TakeScreenshots Modifier and Type Method Description java.util.Optional<TakeScreenshots>Configuration. getScreenshotLevel()How often should screenshots be taken.