| 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.thucydides.core.screenshots |
This package is in charge of recording and storing screenshots taken during the test run.
|
| Modifier and Type | Method and Description |
|---|---|
BlurLevel |
ScreenshotNegative.getBlurLevel() |
| Modifier and Type | Method and Description |
|---|---|
ScreenshotNegative.ScreenshotNegativeBuilder |
ScreenshotNegative.ScreenshotNegativeBuilder.andBlurringOf(BlurLevel blurLevel) |
PhotoSessionBooking |
PhotoSessionBooking.andWithBlurring(BlurLevel blurLevel) |
| Constructor and Description |
|---|
PhotoSession(PhotoLens lens,
Darkroom darkroom,
Path outputDirectory,
BlurLevel blurLevel) |
ScreenshotNegative(Path temporaryPath,
Path screenshotPath,
BlurLevel blurLevel) |
| Modifier and Type | Method and Description |
|---|---|
static BlurLevel |
AnnotatedBluring.blurLevel() |
| Modifier and Type | Method and Description |
|---|---|
static BlurLevel |
BlurLevel.fromAnnotations() |
static BlurLevel |
BlurLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlurLevel[] |
BlurLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<BlurLevel> |
ScreenshotBlurCheck.blurLevel() |
| Constructor and Description |
|---|
ScreenshotDigest(EnvironmentVariables environmentVariables,
BlurLevel blurLevel) |
Copyright © 2022. All rights reserved.