Implementations of clojure.test macros that don't leak implementation details.
Implementations of clojure.test macros that don't leak implementation details.
(non-leaky-deftest name & body)
Like clojure.test/deftest, except body does not have access to a recur target.
Like clojure.test/deftest, except body does not have access to a recur target.
(non-leaky-deftest- name & body)
Like clojure.test/deftest-, except body does not have access to a recur target.
Like clojure.test/deftest-, except body does not have access to a recur target.
(non-leaky-set-test name & body)
Like clojure.test/set-test, except body does not have access to a recur target.
Like clojure.test/set-test, except body does not have access to a recur target.
(non-leaky-testing string & body)
Like clojure.test/testing, except body does not leak try/catch syntax.
Like clojure.test/testing, except body does not leak try/catch syntax.
(non-leaky-with-test definition & body)
Like clojure.test/with-test, except body does not have access to a recur target.
Like clojure.test/with-test, except body does not have access to a recur target.
(non-leaky-with-test-out & body)
Like clojure.test/with-test-out, except body does not leak try/catch syntax.
Like clojure.test/with-test-out, except body does not leak try/catch syntax.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close