Liking cljdoc? Tell your friends :D

selvage.test.flow

clojure.test version of the flow macro

clojure.test version of the flow macro
raw docstring

*flow*clj

source

*intermediate-report*clj

source

*probe-sleep-period*clj

source

*probe-timeout*clj

source

*verbose*clj

source

*world*clj

source

announce-resultsclj

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

defcheckcljmacro

(defcheck name & forms)

Similar to deftest but to be used inside of defflow tests

Similar to `deftest` but to be used inside of `defflow` tests
sourceraw docstring

defflowcljmacro

(defflow name & body)
(defflow name description & body)

Define a flow test function that accepts no arguments. 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.

Define a flow test function that accepts no arguments.
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

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

diff-test-resultclj

(diff-test-result before after)

Subtract two clojure.test style summary maps.

Subtract two clojure.test style summary maps.
sourceraw docstring

flow-runnerclj

(flow-runner in-forms flow-description)
source

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

get-flow-informationclj

(get-flow-information flow-name forms metadata)
source

report-countclj

(report-count)
source

report-diff->successful?clj

(report-diff->successful? report-before report-after)
source

retryclj

(retry f)
source

run-check-varclj

(run-check-var test-var)
source

run-test-exprclj

(run-test-expr testing-expr)
source

run-test-varclj

(run-test-var test-var)
source

test->fn-exprclj

(test->fn-expr run-test-fn)
source

update-report-countersclj

(update-report-counters new-reports)
source

with-cidcljmacro

(with-cid & body)
source

with-report-counterscljmacro

(with-report-counters & body)
source

worldsclj

(worlds)
source

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

× close