Imports all goodies from 'clojure.test
Imports all goodies from 'clojure.test
(=? a & extra)
Define a fake =?
that always fail to compile but make intellij/Clojure-Kit happy.
Define a fake `=?` that always fail to compile but make intellij/Clojure-Kit happy.
(are argv expr & args)
Forwards declaration to clojure.test/are
Forwards declaration to `clojure.test/are`
(assert-equals e a msg)
(assert-not-equals e a msg)
(assert-predicate pred a msg)
(assert-regex re s msg)
(deftest name & body)
Forwards declaration to clojure.test/deftest
Forwards declaration to `clojure.test/deftest`
(is form)
(is form msg)
(testing s & body)
Forwards declaration to clojure.test/testing
Forwards declaration to `clojure.test/testing`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close