Liking cljdoc? Tell your friends :D

c3kit.wire.spec-helperc


should-have-invoked-ajax-getcljmacro

(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!
raw docstring

should-have-invoked-ajax-postcljmacro

(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!
raw docstring

should-have-invoked-wscljmacro

(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!
raw docstring

should-not-selectcljmacro

(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
raw docstring

should-selectcljmacro

(should-select selector)
(should-select root selector)

Asserts the selector finds a node

Asserts the selector finds a node
raw docstring

stub-nowcljmacro

(stub-now time)

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

× close