Liking cljdoc? Tell your friends :D

selvage.midje.flow

midje version of the flow macro

midje version of the flow macro
raw docstring

*flow*clj

source

*probe-sleep-period*clj

source

*probe-timeout*clj

source

*report-fail*clj

source

*verbose*clj

source

*world*clj

source

announce-resultsclj

(announce-results flow-description [success? desc])
source

check->fn-exprclj

(check->fn-expr check-expr)
source

defnqcljmacro

(defnq name & forms)

Defines a retriable flow step. The flow will retry such steps adjacent checks fails.

Defines a retriable flow step. The flow will retry such steps adjacent
checks fails.
sourceraw docstring

flowcljmacro

(flow & forms)

Defines a flow test. The body follows a world-transition system, where each expression is either a world-transition, a check, or a query. Checks and queries will be retried when checks fail.

Defines a flow test.
The body follows a world-transition system, where each expression is either a
world-transition, a check, or a query. Checks and queries will be retried
when checks fail.
sourceraw docstring

fnqcljmacro

(fnq & forms)

Defines an anonymous retriable flow step. The flow will retry such steps adjacent checks fails.

Defines an anonymous retriable flow step. The flow will retry such steps
adjacent checks fails.
sourceraw docstring

future->fn-exprclj

(future->fn-expr form)
source

get-flow-informationclj

(get-flow-information forms metadata)
source

resetting-midje-countersclj

(resetting-midje-counters f)
source

retryclj

(retry f)
source

tabular-flowcljmacro

(tabular-flow flow & table)
source

update-metadata-w-cid!clj

(update-metadata-w-cid!)
source

with-cidcljmacro

(with-cid & body)
source

worldsclj

(worlds)
source

wrap-with-metadataclj

(wrap-with-metadata flow-name flow-expr)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close