Liking cljdoc? Tell your friends :D

scenari.v2.table

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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
←Move to previous article
→Move to next article
Ctrl+/Jump to the search field
× close