Liking cljdoc? Tell your friends :D

donut.system.test.mock

helpers for mocking components

helpers for mocking components
raw docstring

called-with?clj

(called-with? component-id args)
(called-with? system component-id args)

check that a component fn was called with args

check that a component fn was called with args
raw docstring

called?clj

(called? component-id)
(called? system component-id)

check that a component fn was called at all

check that a component fn was called at all
raw docstring

mock-calls-pluginclj


mock-fn-componentclj


MockCallsComponentclj

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

× close