Liking cljdoc? Tell your friends :D

mockfn.internal.macros


bindings->specificationclj/s

(bindings->specification bindings)

Takes a list of providing/verifying bindings and produces a specification describing a mock to be produced for every function in the bindings.

Takes a list of providing/verifying bindings and produces a specification
describing a mock to be produced for every function in the bindings.
sourceraw docstring

specification->redef-bindingsclj/s

(specification->redef-bindings specification)

Takes a specification of mocks to be produced for a set of functions and produces with-redefs bindings for each function with mocks in place of the original implementations.

Takes a specification of mocks to be produced for a set of functions and
produces with-redefs bindings for each function with mocks in place of the
original implementations.
sourceraw docstring

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

× close