Package io.cucumber.plugin.event
Interface DataTableArgument
-
- All Superinterfaces:
StepArgument
@API(status=STABLE) public interface DataTableArgument extends StepArgument
Represents a Gherkin data table argument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<List<String>>
cells()
int
getLine()
-