(print-fact {:keys [path name ns line desc refer] :as meta} results)
outputs the description for a fact form that contains many statements
outputs the description for a fact form that contains many statements
(print-failure {:keys [path name ns line desc form check actual] :as summary})
outputs the description for a failed test
outputs the description for a failed test
(print-success {:keys [path name ns line desc form check] :as summary})
outputs the description for a successful test
outputs the description for a successful test
(print-summary {:keys [files thrown facts checks passed failed] :as result})
outputs the description for an entire test run
outputs the description for an entire test run
(print-thrown {:keys [path name ns line desc form] :as summary})
outputs the description for a form that throws an exception
outputs the description for a form that throws an exception
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close