Class Scenario


  • public class Scenario
    extends Object
    represents a scenario is most of the cases but can be also a background
    • Constructor Detail

      • Scenario

        public Scenario()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getKeyword

        public String getKeyword()
      • setKeyword

        public void setKeyword​(String keyword)
      • getSteps

        public List<Step> getSteps()
      • setSteps

        public void setSteps​(List<Step> steps)
      • getTags

        public List<Tag> getTags()
      • setTags

        public void setTags​(List<Tag> tags)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • setExamples

        public void setExamples​(List<Example> examples)
      • isBackground

        public boolean isBackground()
      • getStatus

        public Status getStatus()
      • hasSteps

        public boolean hasSteps()
      • hasExamples

        public boolean hasExamples()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • hasTags

        public boolean hasTags()
      • hasIgnoreDocsTag

        public boolean hasIgnoreDocsTag()
      • getStepByName

        public Step getStepByName​(String stepName)