Package dev.aherscu.qa.jgiven.jdbc
Class AbstractJdbcTest
- java.lang.Object
-
- com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,WHEN,THEN>
-
- dev.aherscu.qa.jgiven.commons.utils.ScenarioTestEx<GIVEN,WHEN,THEN>
-
- dev.aherscu.qa.jgiven.commons.model.TypedScenarioTest<T,GIVEN,WHEN,THEN>
-
- dev.aherscu.qa.jgiven.commons.utils.ConfigurableScenarioTest<TestConfiguration,JdbcScenarioType,JdbcFixtures<?>,JdbcActions<?>,JdbcVerifications<?>>
-
- dev.aherscu.qa.jgiven.jdbc.AbstractJdbcTest
-
public abstract class AbstractJdbcTest extends dev.aherscu.qa.jgiven.commons.utils.ConfigurableScenarioTest<TestConfiguration,JdbcScenarioType,JdbcFixtures<?>,JdbcActions<?>,JdbcVerifications<?>>
-
-
Constructor Summary
Constructors Constructor Description AbstractJdbcTest(Class<TestConfiguration> configurationType)
-
Method Summary
-
Methods inherited from class dev.aherscu.qa.jgiven.commons.utils.ConfigurableScenarioTest
afterMethodKeepJenkinsAlive, beforeClassInitializeSession, beforeMethodInitializeSession, configuration, generateRandomId, randomId
-
-
-
-
Constructor Detail
-
AbstractJdbcTest
public AbstractJdbcTest(Class<TestConfiguration> configurationType)
-
-