| Package | Description |
|---|---|
| net.thucydides.core.matchers | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.model.screenshots |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<List<Screenshot>> |
ThucydidesMatchers.hasFilenames(String... screenshots) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScreenshotHasFilenamesMatcher.matchesSafely(List<Screenshot> screenshots) |
| Modifier and Type | Method and Description |
|---|---|
Screenshot |
TestStep.getEarliestScreenshot() |
Screenshot |
TestStep.getLatestScreenshot() |
Screenshot |
TestStep.renderedScreenshotOf(ScreenshotAndHtmlSource from,
int level) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<Screenshot> |
TestOutcome.getScreenshots() |
List<Screenshot> |
TestOutcome.getStepScreenshots()
Find the first and last screenshots for each aggregate step, and every screenshots for leaf steps.
|
List<Screenshot> |
TestStep.getTopLevelScreenshots() |
| Modifier and Type | Method and Description |
|---|---|
Screenshot |
Screenshot.before() |
Screenshot |
Screenshot.withDepth(int depth) |
Screenshot |
Screenshot.withDescription(String description) |
Copyright © 2023. All rights reserved.