Liking cljdoc? Tell your friends :D

matcho.core


assertcljmacro

(assert pattern x)

build-expected-actualclj

(build-expected-actual errors)

dessertcljmacro

(dessert pattern x)

explain-dataclj

(explain-data pattern x)

Returns list of errors or nil

Returns list of errors or nil
raw docstring

matchcljmacro

(match x & pattern)

Match against each pattern and assert with is

Match against each pattern and assert with is
raw docstring

match*clj

(match* x & patterns)

Match against each pattern

Match against each pattern
raw docstring

matchocljmacro

(matcho x pattern)

Match against one pattern and assert with is

Match against one pattern and assert with is
raw docstring

matcho*cljmacro

(matcho* x pattern)

Match against one pattern

Match against one pattern
raw docstring

not-matchcljmacro

(not-match x & pattern)

Match against each pattern and dessert with is

Match against each pattern and dessert with is
raw docstring

smart-explain-dataclj

(smart-explain-data p x)

to-speccljmacro

(to-spec pattern)

valid?clj

(valid? pattern x)

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

× close