| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.screenshots |
| Modifier and Type | Method and Description |
|---|---|
ScreenshotAndHtmlSource |
TestStep.getFirstScreenshot() |
ScreenshotAndHtmlSource |
TestStep.getLastScreenshot() |
| Modifier and Type | Method and Description |
|---|---|
List<ScreenshotAndHtmlSource> |
TestStep.getAllScreenshots() |
List<ScreenshotAndHtmlSource> |
TestOutcome.getScreenshotAndHtmlSources() |
List<ScreenshotAndHtmlSource> |
TestStep.getScreenshots() |
| Modifier and Type | Method and Description |
|---|---|
TestStep |
TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) |
Screenshot |
TestStep.renderedScreenshotOf(ScreenshotAndHtmlSource from,
int level) |
| Modifier and Type | Method and Description |
|---|---|
int |
ScreenshotAndHtmlSource.compareTo(ScreenshotAndHtmlSource otherScreenshot) |
boolean |
ScreenshotAndHtmlSource.hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource) |
Copyright © 2022. All rights reserved.