clojure.test.tap
P
- function
([data])
Prints a TAP diagnostic line. data is a (possibly multi-line) string.
function([data])
Prints a TAP 'not ok' line. msg is a string, with no line breaks
function([msg])
Prints a TAP 'ok' line. msg is a string, with no line breaks
function([msg])
Prints a TAP plan line like '1..n'. n is the number of tests
function([n])
T
- multimethod
W
Execute body with modified test reporting functions that produce TAP output
macro([& body])