Functions to make it easier to test code that uses clj-honeycomb.
Functions to make it easier to test code that uses clj-honeycomb.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close