Uses of Class
dev.aherscu.qa.jgiven.webdriver.ApplicationUnmanagedSessionTest
-
Packages that use ApplicationUnmanagedSessionTest Package Description dev.aherscu.qa.jgiven.webdriver -
-
Uses of ApplicationUnmanagedSessionTest in dev.aherscu.qa.jgiven.webdriver
Subclasses of ApplicationUnmanagedSessionTest in dev.aherscu.qa.jgiven.webdriver 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.
-