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 classScreenshotNegative.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 BlurLevelgetBlurLevel()java.nio.file.PathgetScreenshotPath()java.nio.file.PathgetTemporaryPath()static ScreenshotNegative.ScreenshotNegativeBuilderprepareNegativeIn(java.nio.file.Path screenshotsDirectory)ScreenshotNegativewithScreenshotPath(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
-