Liking cljdoc? Tell your friends :D

midje.util

Utility code for testing private vars.

Utility code for testing private vars.
raw docstring

expose-testablescljmacro

(expose-testables target-ns)

Enables testing of vars in the target ns which have ^:testable metadata. Note that the namespace names should not be quoted.

Enables testing of vars in the target ns which have ^:testable metadata.
Note that the namespace names should not be quoted.
sourceraw docstring

testable-privatescljmacro

(testable-privates namespace & symbols)

Intern into the current namespace the symbols from the specified namespace

Intern into the current namespace the symbols from the specified namespace
sourceraw docstring

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

× close