Liking cljdoc? Tell your friends :D

erdos.assert

A small library for power assertions support in Clojure.

A small library for power assertions support in Clojure.
raw docstring

-emit-code-printclj

(-emit-code-print value-delay print-result-str bars-map state-atom)
source

-safe-pr-strclj

(-safe-pr-str obj)
source

arecljmacro

(are argv expr & args)

Drop-in replacement for the clojure.test/are macro.

Drop-in replacement for the clojure.test/are macro.
sourceraw docstring

assertcljmacro

(assert e)
(assert e msg)

Power assert macro. Like clojure.core/assert but the thrown AssertionError message contains the expression examined.

Power assert macro.
Like clojure.core/assert but the thrown AssertionError message contains the expression examined.
sourceraw docstring

examinecljmacro

(examine expr)

Prints expression to out. Returns value of expression.

Prints expression to *out*. Returns value of expression.
sourceraw docstring

examine-strcljmacro

(examine-str expr)

Returns tuple of evaluated value and examined string.

Returns tuple of evaluated value and examined string.
sourceraw docstring

iscljmacro

(is expr)
(is expr msg)

Drop-in replacement for the clojure.test/is macro.

Drop-in replacement for the clojure.test/is macro.
sourceraw docstring

verifycljmacro

(verify e)
(verify e msg)

Like assert but throws ExceptionInfo when condition does not hold and can not be turned off with assert var.

Like assert but throws ExceptionInfo when condition does not hold and can not be turned off with *assert* var.
sourceraw docstring

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

× close