Uses of Class
dev.aherscu.qa.jgiven.webdriver.WebDriverConfiguration
-
Packages that use WebDriverConfiguration Package Description dev.aherscu.qa.jgiven.webdriver -
-
Uses of WebDriverConfiguration in dev.aherscu.qa.jgiven.webdriver
Classes in dev.aherscu.qa.jgiven.webdriver with type parameters of type WebDriverConfiguration Modifier and Type Class Description class
ApplicationPerClassWebSessionTest<C extends WebDriverConfiguration,GIVEN extends WebDriverFixtures<?>,WHEN extends WebDriverActions<?>,THEN extends WebDriverVerifications<?>>
Manages the application lifecycle (WebDriver) to span the entire testcase.class
ApplicationPerMethodWebSessionTest<C extends WebDriverConfiguration,GIVEN extends WebDriverFixtures<?>,WHEN extends WebDriverActions<?>,THEN extends WebDriverVerifications<?>>
Support for multi-threaded application tests.class
ApplicationUnmanagedSessionTest<C extends WebDriverConfiguration,GIVEN extends WebDriverFixtures<?>,WHEN extends WebDriverActions<?>,THEN extends WebDriverVerifications<?>>
Provides basic application testing scenario sections.
-