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()
Deprecated.Location
getLocation()
Returns the location of this Scenario in the feature file.String
getName()
String
getScenarioDesignation()
Deprecated.use other accessor to reconstruct the scenario designationList<String>
getTags()
List<TestStep>
getTestSteps()
URI
getUri()
-
-
-
Method Detail
-
getLine
@Deprecated Integer getLine()
Deprecated.Returns the line of this Scenario in the feature file. If this Scenario is an example in a Scenario Outline the method wil return the line of the example.- Returns:
- the line of this scenario.
-
getLocation
Location getLocation()
Returns the location of this Scenario in the feature file. If this Scenario is an example in a Scenario Outline the method wil return the location of the example.- Returns:
- the location of this scenario.
-
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()
-
-