Uses of Enum
net.thucydides.core.screenshots.BlurLevel
Packages that use BlurLevel
Package
Description
A collection of classes that handle taking screenshots and other live documentation artifacts during tests.
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 BlurLevelMethods in net.serenitybdd.core.photography with parameters of type BlurLevelModifier and TypeMethodDescriptionScreenshotNegative.ScreenshotNegativeBuilder.andBlurringOf(BlurLevel blurLevel) PhotoSessionBooking.andWithBlurring(BlurLevel blurLevel) Constructors in net.serenitybdd.core.photography with parameters of type BlurLevelModifierConstructorDescriptionPhotoSession(PhotoLens lens, Darkroom darkroom, Path outputDirectory, BlurLevel blurLevel) ScreenshotNegative(Path temporaryPath, Path screenshotPath, BlurLevel blurLevel) -
Uses of BlurLevel in net.serenitybdd.core.photography.bluring
Methods in net.serenitybdd.core.photography.bluring that return BlurLevel -
Uses of BlurLevel in net.thucydides.core.screenshots
Methods in net.thucydides.core.screenshots that return BlurLevelModifier and TypeMethodDescriptionstatic BlurLevelBlurLevel.fromAnnotations()static BlurLevelReturns 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 BlurLevelConstructors in net.thucydides.core.screenshots with parameters of type BlurLevelModifierConstructorDescriptionScreenshotDigest(EnvironmentVariables environmentVariables, BlurLevel blurLevel)