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. 
net.thucydides.core.screenshots This package is in charge of recording and storing screenshots taken during the test run. 
 

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> TestOutcome.getScreenshotAndHtmlSources()
           
 List<ScreenshotAndHtmlSource> TestStep.getScreenshots()
           
 

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

Uses of ScreenshotAndHtmlSource in net.thucydides.core.screenshots
 

Methods in net.thucydides.core.screenshots with parameters of type ScreenshotAndHtmlSource
 boolean ScreenshotAndHtmlSource.hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource)
           
 



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