Liking cljdoc? Tell your friends :D

stateful-check.runner


commands->runnersclj

(commands->runners {:keys [sequential parallel]})
source

failureclj

(failure cmds-and-traces state bindings)

Return a vector of [handle failure] representing which command failed, and why. Returns nil if no command has failed.

The failure entry is a map with a :message key and an optional :events key, which contains clojure.test report events of type :error and :fail that were emitted during the evaluation of the postcondition.

Return a vector of [handle failure] representing which command
failed, and why. Returns nil if no command has failed.

The failure entry is a map with a :message key and an
optional :events key, which contains clojure.test report events of
type :error and :fail that were emitted during the evaluation of the
postcondition.
sourceraw docstring

make-sequential-runnersclj

(make-sequential-runners cmd-objs)
source

run-sequential-runnersclj

(run-sequential-runners runners bindings assume-immutable-results)
source

runners->resultsclj

(runners->results {:keys [sequential parallel]}
                  bindings
                  timeout-ms
                  assume-immutable-results)
source

with-timeoutcljmacro

(with-timeout timeout-ms & body)
source

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

× close