Class CalculatorVerifications<SELF extends CalculatorVerifications<SELF>>

  • All Implemented Interfaces:
    dev.aherscu.qa.jgiven.commons.model.ScenarioType<dev.aherscu.qa.jgiven.webdriver.model.WebDriverScenarioType>, dev.aherscu.qa.jgiven.commons.utils.MayAttachScreenshots<SELF>

    public class CalculatorVerifications<SELF extends CalculatorVerifications<SELF>>
    extends dev.aherscu.qa.jgiven.webdriver.steps.WebDriverVerifications<SELF>
    • Field Summary

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

        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 the_result​(org.hamcrest.Matcher<String> matcher)  
      • Methods inherited from class dev.aherscu.qa.jgiven.webdriver.steps.WebDriverVerifications

        attaching_screenshot, attaching_screenshot, element, element, elements, elements, scrollIntoView, the_application, the_title, thisWebDriver
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.steps.GenericVerifications

        beforeScenarioConfigurePolling, eventually, eventually, eventually_assert_that, should_succeed, the_file_$_should_contain, the_file_$_should_match, the_JSON_file_$_should_contain
      • Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        alert, attach, attachScreenshot, attachScreenshot, attachScreenshot, 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

      • CalculatorVerifications

        public CalculatorVerifications()
    • Method Detail

      • the_result

        public SELF the_result​(org.hamcrest.Matcher<String> matcher)