Uses of Class
net.thucydides.core.screenshots.ScreenshotAndHtmlSource
Packages that use ScreenshotAndHtmlSource
Package
Description
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 ScreenshotAndHtmlSourceMethods in net.thucydides.core.model that return types with arguments of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionTestStep.getAllScreenshots()TestOutcome.getScreenshotAndHtmlSources()TestStep.getScreenshots()Methods in net.thucydides.core.model with parameters of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionTestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) TestStep.renderedScreenshotOf(ScreenshotAndHtmlSource from, int level) -
Uses of ScreenshotAndHtmlSource in net.thucydides.core.screenshots
Methods in net.thucydides.core.screenshots with parameters of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionintScreenshotAndHtmlSource.compareTo(ScreenshotAndHtmlSource otherScreenshot) booleanScreenshotAndHtmlSource.hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource)