Package dev.aherscu.qa.jgiven.jdbc.steps
Class JdbcVerifications<SELF extends JdbcVerifications<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.GenericVerifications<JdbcScenarioType,SELF>
-
- dev.aherscu.qa.jgiven.jdbc.steps.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
-
Constructor Summary
Constructors Constructor Description JdbcVerifications()
-
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
-
-
-
-
Field Detail
-
queryRunner
@ExpectedScenarioState public ThreadLocal<StreamingQueryRunner> queryRunner
-
-