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 UUIDgetId()StringgetKeyword()IntegergetLine()StringgetName()StringgetScenarioDesignation()Deprecated.use other accessor to reconstruct the scenario designationList<String>getTags()List<TestStep>getTestSteps()URIgetUri()
-
-
-
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()
-
-