Class Background

java.lang.Object
io.cucumber.messages.types.Background

public final class Background extends Object
Represents the Background message in Cucumber's message protocol
  • Constructor Details

  • Method Details

    • getLocation

      public Location getLocation()
      The location of the `Background` keyword
    • getKeyword

      public String getKeyword()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getSteps

      public List<Step> getSteps()
    • getId

      public String getId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object