Class TestDeScenario<ETANT_DONNE,QUAND,ALORS>

java.lang.Object
com.tngtech.jgiven.base.ScenarioTestBase<ETANT_DONNE,QUAND,ALORS>
com.tngtech.jgiven.lang.fr.TestDeScenarioBase<ETANT_DONNE,QUAND,ALORS>
com.tngtech.jgiven.junit5.lang.fr.TestDeScenario<ETANT_DONNE,QUAND,ALORS>

@ExtendWith(JGivenExtension.class) public class TestDeScenario<ETANT_DONNE,QUAND,ALORS> extends com.tngtech.jgiven.lang.fr.TestDeScenarioBase<ETANT_DONNE,QUAND,ALORS>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.tngtech.jgiven.impl.Scenario<ETANT_DONNE,QUAND,ALORS>
     

    Methods inherited from class com.tngtech.jgiven.lang.fr.TestDeScenarioBase

    alors, etant_donne, etant_donne_que, etant_donnee, etant_donnee_que, quand

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

    addStage, createNewScenario, createScenario, 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

    • TestDeScenario

      public TestDeScenario()
  • Method Details