ClojureDocs

导航

命名空间

测试

clojure.test

自 1.1 起可用
  • (testing 字符串 & 主体)
Adds a new string to the list of testing contexts.  May be nested,
but must occur inside a test function (deftest).