Liking cljdoc? Tell your friends :D

cljs-test-display.core


add-error-node!cljs

(add-error-node! m)
source

add-fail-node!cljs

(add-fail-node! m)
source

add-header-node!cljs

(add-header-node!)
source

add-ns-node!cljs

(add-ns-node! m)
source

add-passing-node!cljs

(add-passing-node! m)
source

add-var-nodecljs

(add-var-node m)
source

change-faviconcljs

source

click-togglecljs

(click-toggle e)
source

codecljs

(code code-str)
(code klass code-str)
source

comparisoncljs

(comparison {:keys [actual expected]})
source

contexts-nodecljs

(contexts-node)
source

cssclj/smacro

(css)
source

current-nodecljs

(current-node)
source

current-node-parentcljs

(current-node-parent)
source

current-var-infocljs

(current-var-info)
source

display-summary!cljs

(display-summary! m)
source

divcljs

source

empty-envcljs

(empty-env)
source

error-comparisoncljs

(error-comparison {:keys [expected actual]})
source

failed?cljs

(failed? m)
source

header-nodecljs

(header-node)
source

init!cljs

(init!)
(init! app-node-id)

This function initializes the environment for a test run. It must be called before every test run.

As a convenience it returns a cljs.test/empty-env initialized so that the test run will use the cljs-test-display formatter.

This function takes an optional single argument: the id of the DOM node to mount. It defaults to "app"

Example Usage:

(cljs.test/run-tests (cljs-test-display/init! "app") 'example.core-test 'example.core-other-test)

This function initializes the environment for a test run. It must
be called before every test run.

As a convenience it returns a cljs.test/empty-env initialized so
that the test run will use the cljs-test-display formatter.

This function takes an optional single argument: the id of the DOM
node to mount.  It defaults to "app"

Example Usage:

(cljs.test/run-tests (cljs-test-display/init! "app")
                     'example.core-test
                     'example.core-other-test)
sourceraw docstring

initialize-state!cljs

(initialize-state!)
source

insert-style!cljs

(insert-style!)
source

magic-keyword->attrscljs

(magic-keyword->attrs k)
source

ncljs

(n tag attributes & contents)
source

next-error-countcljs

(next-error-count)
source

notificationscljs

source

pluralizecljs

(pluralize s n)
source

pop-node!cljs

(pop-node!)
source

(print-comparison m)
source

printingcljs

source

process-file-namecljs

(process-file-name {:keys [ns file]})
source

push-node!cljs

(push-node! node)
source

register-document-events!cljs

source

root-app-nodecljs

(root-app-node)
source

root-node-idcljs

source

spancljs

source

statecljs

source

summarycljs

(summary {:keys [fail error pass test] :as m})
source

tag-fncljs

(tag-fn tag)
source

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

× close