Class JdbcVerifications<SELF extends JdbcVerifications<SELF>>

  • All Implemented Interfaces:
    dev.aherscu.qa.jgiven.commons.model.ScenarioType<JdbcScenarioType>

    public class JdbcVerifications<SELF extends JdbcVerifications<SELF>>
    extends dev.aherscu.qa.jgiven.commons.steps.GenericVerifications<JdbcScenarioType,​SELF>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ThreadLocal<StreamingQueryRunner> queryRunner  
      • 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
      <T> SELF the_query​(Class<T> type, String sql, org.hamcrest.Matcher<Stream<T>> expected, Object... params)  
      SELF the_query​(String sql, org.hamcrest.Matcher<Stream<Object[]>> expected, Object... params)  
      • 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, scrollIntoView
      • 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