Package io.cucumber.messages.types
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- See Also:
- Github - Cucumber - Messages
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()StringgetId()StringgetKeyword()LocationgetLocation()The location of the `Background` keywordStringgetName()List<Step>getSteps()inthashCode()StringtoString()
-