Liking cljdoc? Tell your friends :D

matcher-combinators.clj-test


build-match-assertclj

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

tagged-for-pretty-printingclj

(tagged-for-pretty-printing actual-summary result)
source

with-file+line-infoclj

(with-file+line-info report)
source

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

× close