Class SzenarioTest<GEGEBEN,​WENN,​DANN>


  • @ExtendWith(JGivenExtension.class)
    public class SzenarioTest<GEGEBEN,​WENN,​DANN>
    extends com.tngtech.jgiven.lang.de.SzenarioTestBasis<GEGEBEN,​WENN,​DANN>
    • Constructor Summary

      Constructors 
      Constructor Description
      SzenarioTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.tngtech.jgiven.impl.Scenario<GEGEBEN,​WENN,​DANN> getScenario()  
      • Methods inherited from class com.tngtech.jgiven.lang.de.SzenarioTestBasis

        angenommen, dann, gegeben, wenn
      • 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 Detail

      • SzenarioTest

        public SzenarioTest()
    • Method Detail

      • getScenario

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