Package io.cucumber.core.gherkin
Interface Pickle
-
public interface Pickle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
String
getKeyword()
String
getLanguage()
Location
getLocation()
Returns the location in feature file of the Scenario this pickle was created from.String
getName()
Location
getScenarioLocation()
Returns the location in feature file of the Scenario this pickle was created from.List<Step>
getSteps()
List<String>
getTags()
URI
getUri()
-
-
-
Method Detail
-
getKeyword
String getKeyword()
-
getLanguage
String getLanguage()
-
getName
String getName()
-
getLocation
Location getLocation()
Returns the location in feature file of the Scenario this pickle was created from. If this pickle was created from a Scenario Outline this location is the location in the Example section used to fill in the place holders.- Returns:
- location in the feature file
-
getScenarioLocation
Location getScenarioLocation()
Returns the location in feature file of the Scenario this pickle was created from. If this pickle was created from a Scenario Outline this location is that of the Scenario- Returns:
- location in the feature file
-
getUri
URI getUri()
-
getId
String getId()
-
-