Package net.serenitybdd.core.photography
Class ScreenshotNegative
java.lang.Object
net.serenitybdd.core.photography.ScreenshotNegative
public class ScreenshotNegative
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScreenshotNegative.ScreenshotNegativeBuilder
-
Constructor Summary
Constructors Constructor Description ScreenshotNegative(java.nio.file.Path temporaryPath, java.nio.file.Path screenshotPath, BlurLevel blurLevel)
-
Method Summary
Modifier and Type Method Description BlurLevel
getBlurLevel()
java.nio.file.Path
getScreenshotPath()
java.nio.file.Path
getTemporaryPath()
static ScreenshotNegative.ScreenshotNegativeBuilder
prepareNegativeIn(java.nio.file.Path screenshotsDirectory)
ScreenshotNegative
withScreenshotPath(java.nio.file.Path path)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ScreenshotNegative
public ScreenshotNegative(java.nio.file.Path temporaryPath, java.nio.file.Path screenshotPath, BlurLevel blurLevel)
-
-
Method Details
-
getTemporaryPath
public java.nio.file.Path getTemporaryPath() -
getScreenshotPath
public java.nio.file.Path getScreenshotPath() -
getBlurLevel
-
prepareNegativeIn
public static ScreenshotNegative.ScreenshotNegativeBuilder prepareNegativeIn(java.nio.file.Path screenshotsDirectory) -
withScreenshotPath
-