Uses of Class
dev.aherscu.qa.jgiven.commons.steps.GenericFixtures
-
Packages that use GenericFixtures Package Description dev.aherscu.qa.jgiven.commons dev.aherscu.qa.jgiven.commons.model dev.aherscu.qa.jgiven.commons.steps dev.aherscu.qa.jgiven.commons.utils -
-
Uses of GenericFixtures in dev.aherscu.qa.jgiven.commons
Classes in dev.aherscu.qa.jgiven.commons with type parameters of type GenericFixtures Modifier and Type Class Description class
AbstractWireMockTest<T extends AnyScenarioType,GIVEN extends GenericFixtures<T,?> & ScenarioType<T>,WHEN extends GenericActions<T,?> & ScenarioType<T>,THEN extends GenericVerifications<T,?> & ScenarioType<T>>
Contains REST sample tests just to ensure that the testing infrastructure works as required. -
Uses of GenericFixtures in dev.aherscu.qa.jgiven.commons.model
Classes in dev.aherscu.qa.jgiven.commons.model with type parameters of type GenericFixtures Modifier and Type Class Description class
TypedScenarioTest<T extends AnyScenarioType,GIVEN extends GenericFixtures<T,?> & ScenarioType<T>,WHEN extends GenericActions<T,?> & ScenarioType<T>,THEN extends GenericVerifications<T,?> & ScenarioType<T>>
Strongly typed scenario. -
Uses of GenericFixtures in dev.aherscu.qa.jgiven.commons.steps
Classes in dev.aherscu.qa.jgiven.commons.steps with type parameters of type GenericFixtures Modifier and Type Class Description class
GenericFixtures<T extends AnyScenarioType,SELF extends GenericFixtures<T,SELF>>
Generic fixtures. -
Uses of GenericFixtures in dev.aherscu.qa.jgiven.commons.utils
Classes in dev.aherscu.qa.jgiven.commons.utils with type parameters of type GenericFixtures Modifier and Type Class Description class
ConfigurableScenarioTest<C extends dev.aherscu.qa.testing.utils.config.AbstractConfiguration<? extends org.apache.commons.configuration.Configuration>,T extends AnyScenarioType,GIVEN extends GenericFixtures<T,?> & ScenarioType<T>,WHEN extends GenericActions<T,?> & ScenarioType<T>,THEN extends GenericVerifications<T,?> & ScenarioType<T>>
Enables Apache Configuration on JGiven/TestNG tests.
-