Package com.tngtech.jgiven.base
-
Class Summary Class Description DualScenarioTestBase<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.StageBase<SELF extends StageBase<?>> Useful base class for step definitions as it provides aStageBase.self()
method to create fluent interfaces.