Liking cljdoc? Tell your friends :D

mikera.cljunit.core


*reports*clj


assertion-messageclj

(assertion-message m)

DEFAULT-EXCLUDESclj


get-namespace-symbolsclj

(get-namespace-symbols options)

Gets the symbols defining namespaces on the classpath, subject to options map.

Options map may include: :prefix - only include namespaces which start with the given prefix :excludes - exclude the list of specified namespaces (exact string names or symbols)

Gets the symbols defining namespaces on the classpath, subject to options map.

Options map may include:
  :prefix   - only include namespaces which start with the given prefix
  :excludes - exclude the list of specified namespaces (exact string names or symbols)
raw docstring

get-test-namespace-namesclj

(get-test-namespace-names)
(get-test-namespace-names options)

Return namespace names as strings

Return namespace names as strings
raw docstring

get-test-var-namesclj

(get-test-var-names ns-name)

Gets the names of all vars for a given namespace name

Gets the names of all vars for a given namespace name
raw docstring

get-test-varsclj

(get-test-vars ns)

Gets the vars in a namespace which represent tests, as defined by :test metadata

Gets the vars in a namespace which represent tests, as defined by :test metadata
raw docstring

invoke-testclj

(invoke-test v)

ns-for-nameclj

(ns-for-name name)

report-fnclj


test-in-coreclj


test-resultsclj

(test-results test-vars)

truncate-stacktraceclj

(truncate-stacktrace off-top)

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

× close