(defmacro expect [& body] "Use this macro instead of the standard c.c.mock expect macro to have failures reported through clojure.test." `(binding [mock/report-problem report-problem] (mock/expect ~@body)))
Comments top
No comments for expect. Log in to add a comment.