public final class CucumberPickle extends Object
Pickle
to avoid exposing the gherkin library to all of
Cucumber.Modifier and Type | Method and Description |
---|---|
String |
getLanguage() |
int |
getLine()
Returns the line in feature file of the Scenario this pickle was created
from.
|
String |
getName() |
int |
getScenarioLine()
Returns the line in feature file of the Scenario this pickle was created
from.
|
List<CucumberStep> |
getSteps() |
List<String> |
getTags() |
URI |
getUri() |
public String getLanguage()
public String getName()
public int getLine()
public int getScenarioLine()
public List<CucumberStep> getSteps()
public URI getUri()
Copyright © 2019. All rights reserved.