Liking cljdoc? Tell your friends :D

clj-honeycomb.testing-utils

Functions to make it easier to test code that uses clj-honeycomb.

Functions to make it easier to test code that uses clj-honeycomb.
raw docstring

recording-clientclj

(recording-client events client-options)

Create a HoneyClient which records all events sent by conj'ing them onto the atom-wrapped vector supplied.

Create a HoneyClient which records all events sent by conj'ing them onto the
atom-wrapped vector supplied.
sourceraw docstring

validate-eventsclj

(validate-events fn-that-sends-events fn-to-validate-events)
(validate-events client-options fn-that-sends-events fn-to-validate-events)

Execute some code that uses the implicit client created by clj-honeycomb.core/init but trap all events sent and pass them to a validation function.

Execute some code that uses the implicit client created by
clj-honeycomb.core/init but trap all events sent and pass them to a
validation function.
sourceraw docstring

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

× close