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 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 |