Uses of Class
dev.aherscu.qa.jgiven.webdriver.formatters.WebDriverFormatter.Annotation
-
Packages that use WebDriverFormatter.Annotation Package Description dev.aherscu.qa.jgiven.webdriver.formatters dev.aherscu.qa.jgiven.webdriver.steps -
-
Uses of WebDriverFormatter.Annotation in dev.aherscu.qa.jgiven.webdriver.formatters
Methods in dev.aherscu.qa.jgiven.webdriver.formatters with parameters of type WebDriverFormatter.Annotation Modifier and Type Method Description String
WebDriverFormatter. format(Object argumentToFormat, WebDriverFormatter.Annotation annotation)
-
Uses of WebDriverFormatter.Annotation in dev.aherscu.qa.jgiven.webdriver.steps
Method parameters in dev.aherscu.qa.jgiven.webdriver.steps with annotations of type WebDriverFormatter.Annotation Modifier and Type Method Description SELF
WebDriverFixtures. a_web_driver(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx webDriver)
Sets a web driver for this scenario.
-