Liking cljdoc? Tell your friends :D
All platforms.

mockfn.internal.matchers


matches-args?clj/s

(matches-args? expected args)

Given a list of matchers expected and a list of values args, verify whether every value in args matches the corresponding (by position in sequence) matcher in expected.

Given a list of matchers expected and a list of values args, verify whether
every value in args matches the corresponding (by position in sequence)
matcher in expected.
sourceraw docstring

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

× close