StepDataTable class final
A Gherkin step data table.
Constructors
-
StepDataTable(List<
List< rows)String> > -
Creates a data table.
const
Properties
Methods
-
asKeyValueMap(
) → Map< String, String> - Converts two-column rows into a key-value map.
-
asList(
) → List< String> - Flattens all cells into a list.
-
asLists(
) → List< List< String> > - Returns immutable table rows.
-
asMaps(
) → List< Map< String, String> > - Converts rows after the header into maps.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited