Package com.tngtech.jgiven.base
package com.tngtech.jgiven.base
-
ClassDescriptionDualScenarioTestBase<GIVEN_WHEN,
THEN> ScenarioTest that only takes two type parameters, where the first is used for combined GIVEN and WHEN and the second is used for THEN.ScenarioTestBase<GIVEN,WHEN, THEN> Base class for Scenario tests.SimpleScenarioTestBase<STEPS>ScenarioTest that only takes a single type parameter that is used for all three step definition types.Useful base class for step definitions as it provides aStageBase.self()
method to create fluent interfaces.