Other readings of a datatable than the vector of maps a step receives.
(defgiven "a book" [state table] (assoc state :book (table/as-map table)))
Each function takes that vector as the step received it: it carries the cells of the feature file in its metadata, header row included, so a table whose first row is not a header - a list, a key/value table - can still be read.
Other readings of a datatable than the vector of maps a step receives.
(defgiven "a book" [state table]
(assoc state :book (table/as-map table)))
Each function takes that vector as the step received it: it carries the cells
of the feature file in its metadata, header row included, so a table whose
first row is not a header - a list, a key/value table - can still be read.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |