Uses of Interface
net.thucydides.core.screenshots.ScreenshotProcessor

Packages that use ScreenshotProcessor
net.thucydides.core.screenshots This package is in charge of recording and storing screenshots taken during the test run. 
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
 

Uses of ScreenshotProcessor in net.thucydides.core.screenshots
 

Classes in net.thucydides.core.screenshots that implement ScreenshotProcessor
 class MultithreadScreenshotProcessor
           
 

Methods in net.thucydides.core.screenshots that return ScreenshotProcessor
protected  ScreenshotProcessor Photographer.getScreenshotProcessor()
           
 

Methods in net.thucydides.core.screenshots with parameters of type ScreenshotProcessor
 void Photographer.setScreenshotProcessor(ScreenshotProcessor screenshotProcessor)
           
 

Uses of ScreenshotProcessor in net.thucydides.core.steps
 

Constructors in net.thucydides.core.steps with parameters of type ScreenshotProcessor
StepEventBus(ScreenshotProcessor screenshotProcessor)
           
 



Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.