Allows you to define a custom clojure.test match assert:
(defmethod clojure.test/assert-expr 'baz? [msg form] (build-match-assert 'baz? {java.lang.Long greater-than-matcher} msg form))
Allows you to define a custom clojure.test match assert: `(defmethod clojure.test/assert-expr 'baz? [msg form] (build-match-assert 'baz? {java.lang.Long greater-than-matcher} msg form))`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close