Uses of Class
net.thucydides.model.screenshots.ScreenshotAndHtmlSource
Packages that use ScreenshotAndHtmlSource
Package
Description
The Thucydides domain model, which represents acceptance test runs.
-
Uses of ScreenshotAndHtmlSource in net.thucydides.model.domain
Methods in net.thucydides.model.domain that return ScreenshotAndHtmlSourceMethods in net.thucydides.model.domain that return types with arguments of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionTestStep.getAllScreenshots()TestOutcome.getScreenshotAndHtmlSources()TestStep.getScreenshots()Methods in net.thucydides.model.domain with parameters of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionTestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource) TestStep.renderedScreenshotOf(ScreenshotAndHtmlSource from, int level) -
Uses of ScreenshotAndHtmlSource in net.thucydides.model.logging
Method parameters in net.thucydides.model.logging with type arguments of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionvoidConsoleLoggingListener.stepFailed(StepFailure failure, List<ScreenshotAndHtmlSource> screenshotList, boolean isInDataDrivenTest) voidConsoleLoggingListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList) voidConsoleLoggingListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList, ZonedDateTime time) -
Uses of ScreenshotAndHtmlSource in net.thucydides.model.screenshots
Classes in net.thucydides.model.screenshots that implement interfaces with type arguments of type ScreenshotAndHtmlSourceModifier and TypeClassDescriptionclassA screenshot image and the corresponding HTML source code.Methods in net.thucydides.model.screenshots with parameters of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptionintScreenshotAndHtmlSource.compareTo(ScreenshotAndHtmlSource otherScreenshot) booleanScreenshotAndHtmlSource.hasIdenticalScreenshotsAs(ScreenshotAndHtmlSource anotherScreenshotAndHtmlSource) -
Uses of ScreenshotAndHtmlSource in net.thucydides.model.steps
Method parameters in net.thucydides.model.steps with type arguments of type ScreenshotAndHtmlSourceModifier and TypeMethodDescriptiondefault voidStepListener.stepFailed(StepFailure failure, List<ScreenshotAndHtmlSource> screenshotList, boolean isInDataDrivenTest) Called when a test step fails.voidStepListener.stepFailed(StepFailure failure, List<ScreenshotAndHtmlSource> screenshotList, boolean isInDataDrivenTest, ZonedDateTime timestamp) voidStepListenerAdapter.stepFailed(StepFailure failure, List<ScreenshotAndHtmlSource> screenshotList, boolean isInDataDrivenTest) voidStepListenerAdapter.stepFailed(StepFailure failure, List<ScreenshotAndHtmlSource> screenshotList, boolean isInDataDrivenTest, ZonedDateTime timestamp) default voidStepListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList) voidStepListener.stepFinished(List<ScreenshotAndHtmlSource> screenshotList, ZonedDateTime time) voidStepListenerAdapter.stepFinished(List<ScreenshotAndHtmlSource> screenshotList, ZonedDateTime time) voidStepListener.takeScreenshots(List<ScreenshotAndHtmlSource> screenshots) voidStepListener.takeScreenshots(TestResult testResult, List<ScreenshotAndHtmlSource> screenshots) voidStepListenerAdapter.takeScreenshots(List<ScreenshotAndHtmlSource> screenshots) voidStepListenerAdapter.takeScreenshots(TestResult testResult, List<ScreenshotAndHtmlSource> screenshots)