Package io.cucumber.plugin.event
Interface DocStringArgument
-
- All Superinterfaces:
StepArgument
@API(status=STABLE) public interface DocStringArgument extends StepArgument
Represents a Gherkin doc string argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
String
getContentType()
int
getLine()
-