Liking cljdoc? Tell your friends :D

lazytest.suite


identifierclj

(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.
sourceraw docstring

suiteclj

(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.
sourceraw docstring

suite-resultclj

(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.
sourceraw docstring

suite-result?clj

(suite-result? x)
source

suite?clj

(suite? obj)

True if x is a test suite.

True if x is a test suite.
sourceraw docstring

test-varclj

(test-var base)
source

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

× close