(add-reporter k f)Add assert error exporter. k is a keyword, f is a function that will be
called with an assert error, a map of
{:title :message :hiccup :fname :alias :data}.
Add assert error exporter. `k` is a keyword, `f` is a function that will be
called with an assert error, a map of
`{:title :message :hiccup :fname :alias :data}`.(remove-reporter k)Remove a previously added reporter, using the same k that was used to
register it. To remove the default reporter, use :replicant.assert/default
as k.
Remove a previously added reporter, using the same `k` that was used to register it. To remove the default reporter, use `:replicant.assert/default` as `k`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |