Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

matcher-combinators.test


build-match-assertclj

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))`
sourceraw docstring

match-with?clj/s

source

match?clj/s

source

thrown-match?clj/s

source

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

× close