Class CalculatorFixtures<SELF extends CalculatorFixtures<SELF>>
- java.lang.Object
-
- com.tngtech.jgiven.base.StageBase<SELF>
-
- com.tngtech.jgiven.Stage<SELF>
-
- dev.aherscu.qa.jgiven.commons.utils.StageEx<SELF>
-
- dev.aherscu.qa.jgiven.commons.steps.GenericFixtures<dev.aherscu.qa.jgiven.webdriver.model.WebDriverScenarioType,SELF>
-
- dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures<SELF>
-
- dev.aherscu.qa.testing.example.steps.tutorial.CalculatorFixtures<SELF>
-
- All Implemented Interfaces:
dev.aherscu.qa.jgiven.commons.model.ScenarioType<dev.aherscu.qa.jgiven.webdriver.model.WebDriverScenarioType>
public class CalculatorFixtures<SELF extends CalculatorFixtures<SELF>> extends dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures<SELF>
-
-
Constructor Summary
Constructors Constructor Description CalculatorFixtures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SELF
a_calculator(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx driver)
-
Methods inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures
a_web_driver, at, context, scrollIntoView, thisWebDriver
-
-
-
-
Method Detail
-
a_calculator
public SELF a_calculator(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx driver)
-
-