Class Step

java.lang.Object
net.masterthought.cucumber.json.Step
All Implemented Interfaces:
Resultsable

public class Step extends Object implements Resultsable
  • Constructor Details

    • Step

      public Step()
  • Method Details

    • getRows

      public Row[] getRows()
    • getName

      public String getName()
    • getKeyword

      public String getKeyword()
    • getLine

      public Integer getLine()
    • getOutputs

      public Output[] getOutputs()
      Specified by:
      getOutputs in interface Resultsable
    • getMatch

      public Match getMatch()
      Specified by:
      getMatch in interface Resultsable
    • getEmbeddings

      public Embedding[] getEmbeddings()
    • getResult

      public Result getResult()
      Specified by:
      getResult in interface Resultsable
    • getDuration

      public long getDuration()
    • getDocString

      public DocString getDocString()
    • getBefore

      public Hook[] getBefore()
    • getAfter

      public Hook[] getAfter()
    • getBeforeStatus

      public Status getBeforeStatus()
    • getAfterStatus

      public Status getAfterStatus()
    • getComments

      public List<String> getComments()
    • setMetaData

      public void setMetaData()