(should-have-invoked-ajax-get url)
(should-have-invoked-ajax-get url params)
(should-have-invoked-ajax-get url params handler)
Asserts the invocation of ajax/get!
Asserts the invocation of ajax/get!
(should-have-invoked-ajax-post url)
(should-have-invoked-ajax-post url params)
(should-have-invoked-ajax-post url params handler)
Asserts the invocation of ajax/post!
Asserts the invocation of ajax/post!
(should-have-invoked-ws id)
(should-have-invoked-ws id params)
(should-have-invoked-ws id params handler)
Asserts the invocation of ws/call!
Asserts the invocation of ws/call!
(should-not-select selector)
(should-not-select root selector)
Asserts the selector does not find a node
Asserts the selector does not find a node
(should-select selector)
(should-select root selector)
Asserts the selector finds a node
Asserts the selector finds a node
(stub-now time)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close