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