test.carly.report

Integration code for wedding generative test.check functions and clojure.test assertion macros.

*options*

dynamic

Report output options.

capture-reports

macro

(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.

publish!

(publish! reports)

Publish a collection of reports to clojure.test.

wrap-report-check

(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.