Class SimpleTestDeScenario<ETAPE>


  • @ExtendWith(JGivenExtension.class)
    public class SimpleTestDeScenario<ETAPE>
    extends com.tngtech.jgiven.lang.fr.SimpleTestDeScenarioBase<ETAPE>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tngtech.jgiven.impl.Scenario<ETAPE,​ETAPE,​ETAPE> getScenario()  
      • Methods inherited from class com.tngtech.jgiven.lang.fr.SimpleTestDeScenarioBase

        alors, etant_donne, etant_donne_que, etant_donnee, etant_donnee_que, quand
      • 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 Detail

      • SimpleTestDeScenario

        public SimpleTestDeScenario()
    • Method Detail

      • getScenario

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