Skip to main content

test-ns

functionv1.1

clojure.test/test-ns

Available in:BBCLJCLJS
(test-ns [ns])
If the namespace defines a function named test-ns-hook, calls that. Otherwise, calls test-all-vars on the namespace. 'ns' is a namespace object or a symbol. Internally binds *report-counters* to a ref initialized to *initial-report-counters*. Returns the final, dereferenced state of *report-counters*.

No examples yet. Be the first to add one!