Integration code for wedding generative test.check
functions and
clojure.test
assertion macros.
Integration code for wedding generative `test.check` functions and `clojure.test` assertion macros.
(capture-reports & body)
Capture any clojure.test reports generated by the body. Returns a vector containing the evaluated result, followed by a vector of reports.
Capture any clojure.test reports generated by the body. Returns a vector containing the evaluated result, followed by a vector of reports.
(publish! reports)
Publish a collection of reports to clojure.test.
Publish a collection of reports to clojure.test.
(wrap-report-check body)
Wrap the given sequence of forms such that it returns false if there is a failed clojure.test assertion in the body. If there are no assertions, returns the result of evaluating the body.
Wrap the given sequence of forms such that it returns false if there is a failed clojure.test assertion in the body. If there are no assertions, returns the result of evaluating the body.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close