Package io.cucumber.testng
Class Pickle
- java.lang.Object
-
- io.cucumber.testng.Pickle
-
@API(status=STABLE) public final class Pickle extends Object
Wraps CucumberPickle to avoid exposing it as part of the public api.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLine()
String
getName()
int
getScenarioLine()
List<String>
getTags()
URI
getUri()
-