Class SimpleScenarioTest<STAGE>

java.lang.Object
com.tngtech.jgiven.base.ScenarioTestBase<STEPS,STEPS,STEPS>
com.tngtech.jgiven.base.SimpleScenarioTestBase<STAGE>
com.tngtech.jgiven.junit5.SimpleScenarioTest<STAGE>

@ExtendWith(JGivenExtension.class) public class SimpleScenarioTest<STAGE> extends com.tngtech.jgiven.base.SimpleScenarioTestBase<STAGE>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.tngtech.jgiven.impl.Scenario<STAGE,STAGE,STAGE>
     

    Methods inherited from class com.tngtech.jgiven.base.SimpleScenarioTestBase

    createScenario

    Methods inherited from class com.tngtech.jgiven.base.ScenarioTestBase

    addStage, createNewScenario, given, section, then, when, wireSteps

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleScenarioTest

      public SimpleScenarioTest()
  • Method Details

    • getScenario

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