Uses of Class
net.serenitybdd.core.photography.ScreenshotNegative
Packages that use ScreenshotNegative
Package
Description
A collection of classes that handle taking screenshots and other live documentation artifacts during tests.
-
Uses of ScreenshotNegative in net.serenitybdd.core.photography
Methods in net.serenitybdd.core.photography that return ScreenshotNegativeModifier and TypeMethodDescriptionScreenshotNegative.ScreenshotNegativeBuilder.andTargetPathOf(Path finalScreenshotPath) PhotoFilter.process(ScreenshotNegative negative) ScreenshotNegative.withScreenshotPath(Path path) Methods in net.serenitybdd.core.photography with parameters of type ScreenshotNegativeModifier and TypeMethodDescriptionDarkroomProcessingLine.addToProcessingQueue(ScreenshotNegative negative) PhotoFilter.amendedScreenshotPath(ScreenshotNegative negative) voidDarkroomProcessingLine.process(ScreenshotNegative negative) PhotoFilter.process(ScreenshotNegative negative) Darkroom.sendNegative(ScreenshotNegative screenshotNegative) Returns a receipt of the screenshot negative with the definitive destination pathDarkroom.submitForProcessing(ScreenshotNegative negative) Constructors in net.serenitybdd.core.photography with parameters of type ScreenshotNegative -
Uses of ScreenshotNegative in net.serenitybdd.core.photography.bluring
Methods in net.serenitybdd.core.photography.bluring that return ScreenshotNegativeMethods in net.serenitybdd.core.photography.bluring with parameters of type ScreenshotNegativeModifier and TypeMethodDescriptionBlurer.amendedScreenshotPath(ScreenshotNegative negative) Blurer.process(ScreenshotNegative negative) -
Uses of ScreenshotNegative in net.serenitybdd.core.photography.resizing
Methods in net.serenitybdd.core.photography.resizing that return ScreenshotNegativeMethods in net.serenitybdd.core.photography.resizing with parameters of type ScreenshotNegativeModifier and TypeMethodDescriptionResizer.amendedScreenshotPath(ScreenshotNegative negative) Resizer.process(ScreenshotNegative negative)