Returns an array, with each item representing a row of the table as key/value pairs using the header row for keys.
Returns a copy of the raw cells, as a two-dimensional array.
Returns a fresh data table instance based on the cells being transposed.
Represents the cells of a Gherkin data table associated with a test step.
Remarks
For steps that include a data table, an instance of this will be injected as the last argument to your step function.