Uses of Class
dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures
-
Packages that use WebDriverFixtures Package Description dev.aherscu.qa.jgiven.webdriver dev.aherscu.qa.jgiven.webdriver.steps -
-
Uses of WebDriverFixtures in dev.aherscu.qa.jgiven.webdriver
Classes in dev.aherscu.qa.jgiven.webdriver with type parameters of type WebDriverFixtures 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. -
Uses of WebDriverFixtures in dev.aherscu.qa.jgiven.webdriver.steps
Classes in dev.aherscu.qa.jgiven.webdriver.steps with type parameters of type WebDriverFixtures Modifier and Type Class Description class
WebDriverFixtures<SELF extends WebDriverFixtures<SELF>>
Generic web driver fixtures.
-