(identifier m)
Get a string representation of the suite. Either the suite's :doc or the string version of its :var.
Get a string representation of the suite. Either the suite's :doc or the string version of its :var.
(suite {:keys [type doc children context ns file line var metadata] :as suite})
A suite is a container of children, which may be another suite or a test-case.
A suite is a container of children, which may be another suite or a test-case.
(suite-result source children)
Creates a suite result map with keys :source and :children.
source is the test sequence, with identifying metadata.
children is a sequence of test results and/or suite results.
Creates a suite result map with keys :source and :children. source is the test sequence, with identifying metadata. children is a sequence of test results and/or suite results.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close