Package io.cucumber.plugin.event
Interface TestCase
-
@API(status=STABLE) public interface TestCase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UUID
getId()
String
getKeyword()
Integer
getLine()
String
getName()
String
getScenarioDesignation()
Deprecated.use other accessor to reconstruct the scenario designationList<String>
getTags()
List<TestStep>
getTestSteps()
URI
getUri()
-
-
-
Method Detail
-
getLine
Integer getLine()
- Returns:
- the line in the feature file of the Scenario. If this is a Scenario from Scenario Outlines this wil return the line of the example row in the Scenario Outline.
-
getKeyword
String getKeyword()
-
getName
String getName()
-
getScenarioDesignation
@Deprecated String getScenarioDesignation()
Deprecated.use other accessor to reconstruct the scenario designation
-
getUri
URI getUri()
-
getId
UUID getId()
-
-