Class Background

java.lang.Object
com.intuit.karate.core.Background

public class Background extends Object
Author:
pthomas3
  • Field Details

  • Constructor Details

    • Background

      public Background()
  • Method Details

    • getLine

      public int getLine()
    • setLine

      public void setLine(int line)
    • getSteps

      public List<Step> getSteps()
    • setSteps

      public void setSteps(List<Step> steps)
    • toString

      public String toString()
      Overrides:
      toString in class Object