public class ScreenshotNegative
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenshotNegative.ScreenshotNegativeBuilder |
| Constructor and Description |
|---|
ScreenshotNegative(java.nio.file.Path temporaryPath,
java.nio.file.Path screenshotPath,
BlurLevel blurLevel) |
| Modifier and Type | Method and 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) |
public ScreenshotNegative(java.nio.file.Path temporaryPath,
java.nio.file.Path screenshotPath,
BlurLevel blurLevel)
public java.nio.file.Path getTemporaryPath()
public java.nio.file.Path getScreenshotPath()
public BlurLevel getBlurLevel()
public static ScreenshotNegative.ScreenshotNegativeBuilder prepareNegativeIn(java.nio.file.Path screenshotsDirectory)
public ScreenshotNegative withScreenshotPath(java.nio.file.Path path)