Uses of Class
net.thucydides.core.screenshots.BlurLevel
| 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.
|
-
Uses of BlurLevel in net.serenitybdd.core.photography
Methods in net.serenitybdd.core.photography that return BlurLevel Modifier and Type Method Description BlurLevelScreenshotNegative. getBlurLevel()Methods in net.serenitybdd.core.photography with parameters of type BlurLevel Modifier and Type Method Description ScreenshotNegative.ScreenshotNegativeBuilderScreenshotNegative.ScreenshotNegativeBuilder. andBlurringOf(BlurLevel blurLevel)PhotoSessionBookingPhotoSessionBooking. andWithBlurring(BlurLevel blurLevel)Constructors in net.serenitybdd.core.photography with parameters of type BlurLevel Constructor Description PhotoSession(PhotoLens lens, Darkroom darkroom, java.nio.file.Path outputDirectory, BlurLevel blurLevel)ScreenshotNegative(java.nio.file.Path temporaryPath, java.nio.file.Path screenshotPath, BlurLevel blurLevel) -
Uses of BlurLevel in net.serenitybdd.core.photography.bluring
Methods in net.serenitybdd.core.photography.bluring that return BlurLevel Modifier and Type Method Description static BlurLevelAnnotatedBluring. blurLevel() -
Uses of BlurLevel in net.thucydides.core.screenshots
Methods in net.thucydides.core.screenshots that return BlurLevel Modifier and Type Method Description static BlurLevelBlurLevel. fromAnnotations()static BlurLevelBlurLevel. valueOf(java.lang.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.Methods in net.thucydides.core.screenshots that return types with arguments of type BlurLevel Modifier and Type Method Description java.util.Optional<BlurLevel>ScreenshotBlurCheck. blurLevel()Constructors in net.thucydides.core.screenshots with parameters of type BlurLevel Constructor Description ScreenshotDigest(EnvironmentVariables environmentVariables, BlurLevel blurLevel)