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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close