ClojureDocs

Nav

Namespaces

testing

clojure.test

Available since 1.1
  • (testing string & body)
Adds a new string to the list of testing contexts.  May be nested,
but must occur inside a test function (deftest).