Class CalculatorFixtures<SELF extends 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>
    • Field Summary

      • Fields inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverFixtures

        AUTO_QUIT, webDriver
      • Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
    • 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
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericFixtures

        nothing
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, beforeScenarioConfigurePolling, context, element, elements, ensureElements, retry, safely
      • Methods inherited from class com.tngtech.jgiven.Stage

        and, but, comment, given, then, when, with
      • Methods inherited from class com.tngtech.jgiven.base.StageBase

        $, $, self
    • Constructor Detail

      • CalculatorFixtures

        public CalculatorFixtures()
    • Method Detail

      • a_calculator

        public SELF a_calculator​(dev.aherscu.qa.jgiven.commons.utils.WebDriverEx driver)