Uses of Class
com.vaadin.testbench.screenshot.ReferenceNameGenerator
-
Packages that use ReferenceNameGenerator Package Description com.vaadin.testbench.commands -
-
Uses of ReferenceNameGenerator in com.vaadin.testbench.commands
Methods in com.vaadin.testbench.commands that return ReferenceNameGenerator Modifier and Type Method Description ReferenceNameGeneratorTestBenchCommandExecutor. getReferenceNameGenerator()Gets the name generator used for screenshot references.Methods in com.vaadin.testbench.commands with parameters of type ReferenceNameGenerator Modifier and Type Method Description static booleanScreenshotComparator. compareScreen(String referenceId, ReferenceNameGenerator referenceNameGenerator, ImageComparison imageComparison, org.openqa.selenium.TakesScreenshot takesScreenshot, org.openqa.selenium.HasCapabilities driver)Constructors in com.vaadin.testbench.commands with parameters of type ReferenceNameGenerator Constructor Description TestBenchCommandExecutor(ImageComparison imageComparison, ReferenceNameGenerator referenceNameGenerator)
-