Package io.cucumber.messages.types
Class Scenario
- java.lang.Object
-
- io.cucumber.messages.types.Scenario
-
public final class Scenario extends Object
Represents the Scenario 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()List<Examples>getExamples()StringgetId()StringgetKeyword()LocationgetLocation()The location of the `Scenario` keywordStringgetName()List<Step>getSteps()List<Tag>getTags()inthashCode()StringtoString()
-