Internal use. Require matcher-combinators.test instead of this
namespace.
Internal use. Require `matcher-combinators.test` instead of this namespace.
(build-match-assert match-assert-name type->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))
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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |