Class ScenarioTestEx<GIVEN,​WHEN,​THEN>

  • Type Parameters:
    GIVEN - type of given stage
    WHEN - type of when stage
    THEN - type of then stage
    Direct Known Subclasses:
    TypedScenarioTest

    public class ScenarioTestEx<GIVEN,​WHEN,​THEN>
    extends com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,​WHEN,​THEN>
    This is a complete replacement of ScenarioTest in order to use ScenarioTestListenerEx.
    • Constructor Detail

      • ScenarioTestEx

        public ScenarioTestEx()
    • Method Detail

      • getScenario

        public com.tngtech.jgiven.impl.Scenario<GIVEN,​WHEN,​THEN> getScenario()
        Specified by:
        getScenario in class com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,​WHEN,​THEN>