TAP Reporting
7- function
clojure.test.tap
Prints a TAP diagnostic line. data is a (possibly multi-line) string.
functionclojure.test.tap
Prints a TAP 'not ok' line. msg is a string, with no line breaks
functionclojure.test.tap
Prints a TAP 'ok' line. msg is a string, with no line breaks
functionclojure.test.tap
Prints a TAP plan line like '1..n'. n is the number of tests
functionclojure.test.tap
- multimethod
clojure.test.tap
Execute body with modified test reporting functions that produce TAP output
macroclojure.test.tap