Liking cljdoc? Tell your friends :D
Clojure only.

com.brunobonacci.rdt


repl-testcljmacro

(repl-test & forms)

A top level macro to wrap your test assertions.

Example:

(repl-test "testing addition"
  (reduce + (range 1000)) => 499500)
A top level macro to wrap your test assertions.

Example:

``` clojure
(repl-test "testing addition"
  (reduce + (range 1000)) => 499500)
```
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close