(->feature-ast source
{:keys [pre-run post-run pre-scenario-run post-scenario-run
default-scenario-state]
:as _options}
ns-feature)(argument->params arg)The block argument of a pickle step - datatable or docstring - as a param vector. Cells arrive trimmed and unescaped from the parser.
The block argument of a pickle step - datatable or docstring - as a param vector. Cells arrive trimmed and unescaped from the parser.
(defglue regex params & body)Defines a step: an ordinary var carrying the step's regex as :step metadata, there is no registry. The keyword a step was written with plays no part in the definition, so defgiven / defwhen / defthen / defand are four names for this one macro. Returns the var, like every other Clojure def*.
Defines a step: an ordinary var carrying the step's regex as :step metadata, there is no registry. The keyword a step was written with plays no part in the definition, so defgiven / defwhen / defthen / defand are four names for this one macro. Returns the var, like every other Clojure def*.
(re->symbol re)Le nom du var d'un glue, tiré de sa phrase. La barre oblique de l'alternance
complète/partielle en ferait un symbole qualifié, que defn refuse.
Le nom du var d'un glue, tiré de sa phrase. La barre oblique de l'alternance `complète/partielle` en ferait un symbole qualifié, que `defn` refuse.
(run-hooks {:keys [pre-run post-run]} f)Encadre f par les hooks :pre-run et :post-run de x. Le teardown est dans un finally : il doit tourner meme si un hook pre-run, la resolution d'un glue ou un report leve - c'est exactement le cas pour lequel il existe.
Encadre f par les hooks :pre-run et :post-run de x. Le teardown est dans un finally : il doit tourner meme si un hook pre-run, la resolution d'un glue ou un report leve - c'est exactement le cas pour lequel il existe.
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 |