Class Step


  • public class Step
    extends Object
    Author:
    pthomas3
    • Field Detail

      • PREFIXES

        public static final List<String> PREFIXES
    • Constructor Detail

      • Step

        public Step​(Feature feature,
                    int index)
      • Step

        public Step​(Scenario scenario,
                    int index)
    • Method Detail

      • parseAndUpdateFrom

        public void parseAndUpdateFrom​(String text)
      • getDebugInfo

        public String getDebugInfo()
      • isPrint

        public boolean isPrint()
      • isPrefixStar

        public boolean isPrefixStar()
      • getFeature

        public Feature getFeature()
      • isBackground

        public boolean isBackground()
      • isOutline

        public boolean isOutline()
      • getIndex

        public int getIndex()
      • getLine

        public int getLine()
      • setLine

        public void setLine​(int line)
      • getLineCount

        public int getLineCount()
      • getEndLine

        public int getEndLine()
      • setEndLine

        public void setEndLine​(int endLine)
      • getPrefix

        public String getPrefix()
      • setPrefix

        public void setPrefix​(String prefix)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getDocString

        public String getDocString()
      • setDocString

        public void setDocString​(String docString)
      • getTable

        public Table getTable()
      • setTable

        public void setTable​(Table table)
      • setComments

        public void setComments​(List<String> comments)