| Package | Description |
|---|---|
| net.thucydides.core.model |
The Thucydides domain model, which represents acceptance test runs.
|
| net.thucydides.core.screenshots |
This package is in charge of recording and storing screenshots taken during the test run.
|
| Modifier and Type | Method and Description |
|---|---|
ScreenshotAndHtmlSource |
TestStep.getFirstScreenshot() |
| Modifier and Type | Method and Description |
|---|---|
List<ScreenshotAndHtmlSource> |
TestOutcome.getScreenshotAndHtmlSources() |
List<ScreenshotAndHtmlSource> |
TestStep.getScreenshots() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScreenshotAndHtmlSource.hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource) |
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.