Returns an array, with each item representing a row of the table as key/value pairs using the header row for keys.
Returns an array, with each item being a cell value from the first/only column.
Returns key/value pairs with keys from the first column and values from the second.
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.