Uses of Class
net.thucydides.core.screenshots.ScreenshotAndHtmlSource
| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.screenshots |
-
Uses of ScreenshotAndHtmlSource in net.thucydides.core.model
Methods in net.thucydides.core.model that return ScreenshotAndHtmlSource Modifier and Type Method Description ScreenshotAndHtmlSourceTestStep. getFirstScreenshot()ScreenshotAndHtmlSourceTestStep. getLastScreenshot()Methods in net.thucydides.core.model that return types with arguments of type ScreenshotAndHtmlSource Modifier and Type Method Description java.util.List<ScreenshotAndHtmlSource>TestStep. getAllScreenshots()java.util.List<ScreenshotAndHtmlSource>TestOutcome. getScreenshotAndHtmlSources()java.util.List<ScreenshotAndHtmlSource>TestStep. getScreenshots()Methods in net.thucydides.core.model with parameters of type ScreenshotAndHtmlSource Modifier and Type Method Description TestStepTestStep. addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource)ScreenshotTestStep. renderedScreenshotOf(ScreenshotAndHtmlSource from, int level) -
Uses of ScreenshotAndHtmlSource in net.thucydides.core.screenshots
Methods in net.thucydides.core.screenshots with parameters of type ScreenshotAndHtmlSource Modifier and Type Method Description intScreenshotAndHtmlSource. compareTo(ScreenshotAndHtmlSource otherScreenshot)booleanScreenshotAndHtmlSource. hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource)