midje version of the flow macro
midje version of the flow macro
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close