Liking cljdoc? Tell your friends :D

org.senatehouse.expect-call


expect-callcljmacro

(expect-call expected-fns & body)

expected-fns: (fn arg-match body...) or [(fn arg-match body...), (fn arg-match body...)...] Each fn may be preceded by keywords :more, :never or :do.

expected-fns: (fn arg-match body...)
              or [(fn arg-match body...), (fn arg-match body...)...]
Each fn may be preceded by keywords :more, :never or :do.
raw docstring

with-expect-callcljmacro

(with-expect-call & args)

This is an alias for expect-call, with a with- prefix so emacs clojure-mode indents it more nicely

This is an alias for expect-call, with a with- prefix
so emacs clojure-mode indents it more nicely
raw docstring

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

× close