Package io.cucumber.testng
Interface PickleWrapper
-
@API(status=STABLE) public interface PickleWrapperThe only purpose of this interface is to be able to provide a customtoString()
, making TestNG reports look more descriptive.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PicklegetPickle()
-
-
-
Method Detail
-
getPickle
Pickle getPickle()
-
-