Package dev.aherscu.qa.jgiven.jdbc.steps
Class JdbcFixtures<SELF extends JdbcFixtures<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<JdbcScenarioType,SELF>
-
- dev.aherscu.qa.jgiven.jdbc.steps.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
-
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)
-
-
-
Field Detail
-
queryRunner
@ProvidedScenarioState public final ThreadLocal<org.apache.commons.dbutils.QueryRunner> queryRunner
-
-
Method Detail
-
a_query_runner_for
public SELF a_query_runner_for(org.apache.commons.dbutils.QueryRunner queryRunner)
-
-