Liking cljdoc? Tell your friends :D

matcher-combinators.midje


check-matchclj

(check-match matcher actual)
source

matchclj

(match matcher)

Takes in a matcher and returns a checker that asserts that the provided value satisfies the matcher

Takes in a matcher and returns a checker that asserts that the provided value satisfies the matcher
sourceraw docstring

throws-matchclj

(throws-match & args)

Takes in a matcher or a matcher and throwable subclass. Returns a checker that asserts an exception was raised and the ex-data within it satisfies the matcher

Takes in a matcher or a matcher and throwable subclass.
Returns a checker that asserts an exception was raised and the ex-data within it satisfies the matcher
sourceraw docstring

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

× close