Uses of Class
net.thucydides.core.model.TakeScreenshots

Packages that use TakeScreenshots
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. 
 

Uses of TakeScreenshots in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TakeScreenshots
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.
 

Methods in net.thucydides.core.model with parameters of type TakeScreenshots
 boolean ScreenshotPermission.areAllowed(TakeScreenshots takeScreenshots)
           
 

Uses of TakeScreenshots in net.thucydides.core.webdriver
 

Methods in net.thucydides.core.webdriver that return types with arguments of type TakeScreenshots
 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.