Uses of Class
net.thucydides.core.model.screenshots.Screenshot
| Package | Description |
|---|---|
| net.thucydides.core.matchers | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots |
-
Uses of Screenshot in net.thucydides.core.matchers
Methods in net.thucydides.core.matchers that return types with arguments of type Screenshot Modifier and Type Method Description static org.hamcrest.Matcher<java.util.List<Screenshot>>ThucydidesMatchers. hasFilenames(java.lang.String... screenshots)Method parameters in net.thucydides.core.matchers with type arguments of type Screenshot Modifier and Type Method Description booleanScreenshotHasFilenamesMatcher. matchesSafely(java.util.List<Screenshot> screenshots) -
Uses of Screenshot in net.thucydides.core.model
Methods in net.thucydides.core.model that return Screenshot Modifier and Type Method Description ScreenshotTestStep. getEarliestScreenshot()ScreenshotTestStep. getLatestScreenshot()ScreenshotTestStep. renderedScreenshotOf(ScreenshotAndHtmlSource from, int level)Methods in net.thucydides.core.model that return types with arguments of type Screenshot Modifier and Type Method Description java.util.List<Screenshot>TestStep. 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.java.util.List<Screenshot>TestOutcome. getScreenshots()java.util.List<Screenshot>TestOutcome. getStepScreenshots()Find the first and last screenshots for each aggregate step, and every screenshots for leaf steps.java.util.List<Screenshot>TestStep. getTopLevelScreenshots() -
Uses of Screenshot in net.thucydides.core.model.screenshots
Methods in net.thucydides.core.model.screenshots that return Screenshot Modifier and Type Method Description ScreenshotScreenshot. before()ScreenshotScreenshot. withDepth(int depth)ScreenshotScreenshot. withDescription(java.lang.String description)