Skip to main content

report

multimethodv1.1

clojure.test/report

Available in:BBCLJCLJS
Generic reporting function, may be overridden to plug in different report formats (e.g., TAP, JUnit). Assertions such as 'is' call 'report' to indicate results. The argument given to 'report' will be a map with a :type key. See the documentation at the top of test_is.clj for more information on the types of arguments for 'report'.

No examples yet. Be the first to add one!