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 Deprecated Methods Modifier and Type Method Description StringgetContent()StringgetContentType()Deprecated.usegetMediaType()instead.intgetLine()StringgetMediaType()
-
-
-
Method Detail
-
getContent
String getContent()
-
getContentType
@Deprecated String getContentType()
Deprecated.usegetMediaType()instead.
-
getMediaType
String getMediaType()
-
getLine
int getLine()
-
-