Liking cljdoc? Tell your friends :D

code.test.compile.snippet


fact-setupclj

(fact-setup m)

creates a setup hook

creates a setup hook
raw docstring

fact-slimclj

(fact-slim bare)

creates the slim thunk

(fact-slim '[(+ a b)])

creates the slim thunk

(fact-slim '[(+ a b)])
raw docstring

fact-teardownclj

(fact-teardown m)

creates a teardown hook

creates a teardown hook
raw docstring

fact-wrap-ceremonyclj

(fact-wrap-ceremony {:keys [setup teardown guard] :as m})

creates the setup/teardown wrapper

(fact-wrap-ceremony '{:setup [(prn 1 2 3)] :teardown (prn "goodbye")})

creates the setup/teardown wrapper

(fact-wrap-ceremony '{:setup [(prn 1 2 3)]
                      :teardown (prn "goodbye")})
raw docstring

fact-wrap-checkclj

(fact-wrap-check {:keys [check guard] :as m})

creates a wrapper for before and after arrows

creates a wrapper for before and after arrows
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close