Liking cljdoc? Tell your friends :D

spy.assert-messages


called-at-least-n-timesclj/s

(called-at-least-n-times f n)
source

called-no-more-than-n-timesclj/s

(called-no-more-than-n-times f n)
source

called-once-withclj/s

(called-once-with f & args)
source

called-withclj/s

(called-with f & args)
source

expected-callsclj/s

(expected-calls f expected-count)

Returns message with expected and actual call counts.'

Returns message with expected and actual call counts.'
sourceraw docstring

not-called-withclj/s

(not-called-with f & args)
source

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

× close