Uses of Class
net.thucydides.core.screenshots.ScreenshotAndHtmlSource

Packages that use ScreenshotAndHtmlSource
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
 

Uses of ScreenshotAndHtmlSource in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return ScreenshotAndHtmlSource
 ScreenshotAndHtmlSource TestStep.getFirstScreenshot()
           
 

Methods in net.thucydides.core.model that return types with arguments of type ScreenshotAndHtmlSource
 List<ScreenshotAndHtmlSource> TestStep.getScreenshots()
           
 

Methods in net.thucydides.core.model with parameters of type ScreenshotAndHtmlSource
 void TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource)
           
 



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