Uses of Class
net.thucydides.model.domain.screenshots.Screenshot
Packages that use Screenshot
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of Screenshot in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return ScreenshotModifier and TypeMethodDescriptionTestStep.getEarliestScreenshot()TestStep.getLatestScreenshot()TestStep.renderedScreenshotOf(ScreenshotAndHtmlSource from, int level) Methods in net.thucydides.model.domain that return types with arguments of type ScreenshotModifier and TypeMethodDescriptionTestStep.getRenderedScreenshots()Returns rendered screenshots of this step and of child steps, in order of appearance, and starting with the earliet screenshot overall with the name of this step.TestOutcome.getScreenshots()TestOutcome.getStepScreenshots()Find the first and last screenshots for each aggregate step, and every screenshots for leaf steps.TestStep.getTopLevelScreenshots() -
Uses of Screenshot in net.thucydides.model.domain.screenshots
Methods in net.thucydides.model.domain.screenshots that return ScreenshotModifier and TypeMethodDescriptionScreenshot.before()Screenshot.withDepth(int depth) Screenshot.withDescription(String description) -
Uses of Screenshot in net.thucydides.model.matchers
Methods in net.thucydides.model.matchers that return types with arguments of type ScreenshotModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<List<Screenshot>> ThucydidesMatchers.hasFilenames(String... screenshots) Method parameters in net.thucydides.model.matchers with type arguments of type ScreenshotModifier and TypeMethodDescriptionbooleanScreenshotHasFilenamesMatcher.matchesSafely(List<Screenshot> screenshots)