Liking cljdoc? Tell your friends :D

hara.test.form.print


(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
raw docstring

(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
raw docstring

(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
raw docstring

(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
raw docstring

(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
raw docstring

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

× close