Liking cljdoc? Tell your friends :D

scenari.v2.core


->feature-astclj

(->feature-ast source
               {:keys [pre-run post-run pre-scenario-run post-scenario-run
                       default-scenario-state]
                :as _options}
               ns-feature)
source

argument->paramsclj

(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.
sourceraw docstring

defandcljmacro

(defand regex params & body)
source

deffeaturecljmacro

(deffeature name feature & [options])
source

defgivencljmacro

(defgiven regex params & body)
source

defgluecljmacro

(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*.
sourceraw docstring

defthencljmacro

(defthen regex params & body)
source

defwhencljmacro

(defwhen regex params & body)
source

file-from-fs-or-classpathclj

(file-from-fs-or-classpath x)
source

get-feature-filesclj

(get-feature-files basedir)
source

pickle-step->mapclj

(pickle-step->map ast order step ns-feature)
source

re->symbolclj

(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.
sourceraw docstring

read-sourcecljmultimethod

source

run-featureclj

(run-feature feature)
source

run-featuresclj

(run-features)
(run-features & features)
source

run-hooksclj

(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.
sourceraw docstring

run-scenarioclj

(run-scenario scenario)
source

run-scenariosclj

(run-scenarios scenarios [scenario & others])
source

run-stepclj

(run-step step scenario-state)
source

run-stepsclj

(run-steps steps state [step & others])
source

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