Liking cljdoc? Tell your friends :D

io.github.frenchy64.fully-satisfies.non-leaky-macros.clojure.test

Implementations of clojure.test macros that don't leak implementation details.

Implementations of clojure.test macros that don't leak implementation details.
raw docstring

deftestcljmacro

(deftest & args)
source

deftest-cljmacro

(deftest- & args)
source

non-leaky-deftestcljmacro

(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.
sourceraw docstring

non-leaky-deftest-cljmacro

(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.
sourceraw docstring

non-leaky-set-testcljmacro

(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.
sourceraw docstring

non-leaky-testingcljmacro

(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.
sourceraw docstring

non-leaky-with-testcljmacro

(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.
sourceraw docstring

non-leaky-with-test-outcljmacro

(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.
sourceraw docstring

set-testcljmacro

(set-test & args)
source

testingcljmacro

(testing & args)
source

with-testcljmacro

(with-test & args)
source

with-test-outcljmacro

(with-test-out & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close