Uses of Class
dev.aherscu.qa.jgiven.commons.utils.ScenarioTestEx
-
Packages that use ScenarioTestEx Package Description dev.aherscu.qa.jgiven.commons dev.aherscu.qa.jgiven.commons.model dev.aherscu.qa.jgiven.commons.utils -
-
Uses of ScenarioTestEx in dev.aherscu.qa.jgiven.commons
Subclasses of ScenarioTestEx in dev.aherscu.qa.jgiven.commons 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 ScenarioTestEx in dev.aherscu.qa.jgiven.commons.model
Subclasses of ScenarioTestEx in dev.aherscu.qa.jgiven.commons.model 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 ScenarioTestEx in dev.aherscu.qa.jgiven.commons.utils
Subclasses of ScenarioTestEx in dev.aherscu.qa.jgiven.commons.utils 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.
-