Uses of Class
net.serenitybdd.core.photography.ScreenshotNegative
| Package | Description |
|---|---|
| net.serenitybdd.core.photography |
A collection of classes that handle taking screenshots and other live documentation artifacts during tests.
|
| net.serenitybdd.core.photography.bluring | |
| net.serenitybdd.core.photography.resizing |
-
Uses of ScreenshotNegative in net.serenitybdd.core.photography
Methods in net.serenitybdd.core.photography that return ScreenshotNegative Modifier and Type Method Description ScreenshotNegativeScreenshotNegative.ScreenshotNegativeBuilder. andTargetPathOf(java.nio.file.Path finalScreenshotPath)ScreenshotNegativePhotoFilter. process(ScreenshotNegative negative)ScreenshotNegativeScreenshotNegative. withScreenshotPath(java.nio.file.Path path)Methods in net.serenitybdd.core.photography with parameters of type ScreenshotNegative Modifier and Type Method Description ScreenshotReceiptDarkroomProcessingLine. addToProcessingQueue(ScreenshotNegative negative)java.nio.file.PathPhotoFilter. amendedScreenshotPath(ScreenshotNegative negative)voidDarkroomProcessingLine. process(ScreenshotNegative negative)ScreenshotNegativePhotoFilter. process(ScreenshotNegative negative)ScreenshotReceiptDarkroom. sendNegative(ScreenshotNegative screenshotNegative)Returns a receipt of the screenshot negative with the definitive destination pathScreenshotReceiptDarkroom. submitForProcessing(ScreenshotNegative negative)Constructors in net.serenitybdd.core.photography with parameters of type ScreenshotNegative Constructor Description AmendedPathBuilder(ScreenshotNegative negative) -
Uses of ScreenshotNegative in net.serenitybdd.core.photography.bluring
Methods in net.serenitybdd.core.photography.bluring that return ScreenshotNegative Modifier and Type Method Description ScreenshotNegativeBlurer. process(ScreenshotNegative negative)Methods in net.serenitybdd.core.photography.bluring with parameters of type ScreenshotNegative Modifier and Type Method Description java.nio.file.PathBlurer. amendedScreenshotPath(ScreenshotNegative negative)ScreenshotNegativeBlurer. process(ScreenshotNegative negative) -
Uses of ScreenshotNegative in net.serenitybdd.core.photography.resizing
Methods in net.serenitybdd.core.photography.resizing that return ScreenshotNegative Modifier and Type Method Description ScreenshotNegativeResizer. process(ScreenshotNegative negative)Methods in net.serenitybdd.core.photography.resizing with parameters of type ScreenshotNegative Modifier and Type Method Description java.nio.file.PathResizer. amendedScreenshotPath(ScreenshotNegative negative)ScreenshotNegativeResizer. process(ScreenshotNegative negative)