Package com.tngtech.jgiven.base


package com.tngtech.jgiven.base
  • Classes
    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.
    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 a StageBase.self() method to create fluent interfaces.