(assert pattern x)
(build-expected-actual errors)
(dessert pattern x)
(explain-data pattern x)
Returns list of errors or nil
Returns list of errors or nil
(match x & pattern)
Match against each pattern and assert with is
Match against each pattern and assert with is
(matcho x pattern)
Match against one pattern and assert with is
Match against one pattern and assert with is
(not-match x & pattern)
Match against each pattern and dessert with is
Match against each pattern and dessert with is
(smart-explain-data p x)
(to-spec pattern)
(valid? pattern x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close