Class JdbcFixtures<SELF extends JdbcFixtures<SELF>>

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

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

      Fields 
      Modifier and Type Field Description
      ThreadLocal<org.apache.commons.dbutils.QueryRunner> queryRunner  
      • Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.StageEx

        assertElementTimer, ATTACHEMENT_TRANSFORMER, clickTimer, currentStep, locateTimer, pollDelay, pollTimeout, retryPolicy, scrollIntoViewTimer, sendKeysTimer
    • Constructor Summary

      Constructors 
      Constructor Description
      JdbcFixtures()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SELF a_query_runner_for​(org.apache.commons.dbutils.QueryRunner queryRunner)  
      • 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, 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
    • Field Detail

      • queryRunner

        @ProvidedScenarioState
        public final ThreadLocal<org.apache.commons.dbutils.QueryRunner> queryRunner
    • Constructor Detail

      • JdbcFixtures

        public JdbcFixtures()
    • Method Detail

      • a_query_runner_for

        public SELF a_query_runner_for​(org.apache.commons.dbutils.QueryRunner queryRunner)