Integration with clojure.test or cljs.test (depending on which platform you're running on).
Integration with clojure.test or cljs.test (depending on which platform you're running on).
Allows you to define a custom clojure.test match assert:
(defmethod clojure.test/assert-expr 'abs-value? [msg form] (build-match-assert 'abs-value? [int? abs-value-matcher] msg form))
Allows you to define a custom clojure.test match assert: `(defmethod clojure.test/assert-expr 'abs-value? [msg form] (build-match-assert 'abs-value? [int? abs-value-matcher] msg form))`
(thrown-match? matcher actual)
(thrown-match? exception-class matcher actual)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close