| Package | Description |
|---|---|
| net.thucydides.core.logging | |
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.screenshots | |
| net.thucydides.core.steps |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleLoggingListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList) |
void |
ConsoleLoggingListener.takeScreenshots(List<ScreenshotAndHtmlSource> 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
StepListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList) |
void |
StepListener.takeScreenshots(List<ScreenshotAndHtmlSource> screenshots) |
Copyright © 2023. All rights reserved.