Uses of Enum
net.thucydides.model.domain.TakeScreenshots
Packages that use TakeScreenshots
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of TakeScreenshots in net.thucydides.model.configuration
Methods in net.thucydides.model.configuration that return types with arguments of type TakeScreenshots -
Uses of TakeScreenshots in net.thucydides.model.domain
Subclasses with type arguments of type TakeScreenshots in net.thucydides.model.domainMethods in net.thucydides.model.domain that return TakeScreenshotsModifier and TypeMethodDescriptionstatic TakeScreenshotsReturns 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.model.domain.screenshots
Methods in net.thucydides.model.domain.screenshots that return types with arguments of type TakeScreenshots -
Uses of TakeScreenshots in net.thucydides.model.webdriver
Methods in net.thucydides.model.webdriver that return types with arguments of type TakeScreenshotsModifier and TypeMethodDescriptionConfiguration.getScreenshotLevel()How often should screenshots be taken.