Liking cljdoc? Tell your friends :D

common-clj.test-helpers


as-ofcljmacro

(as-of value stuff-to-do)

check-kafka-produced-errorsclj

(check-kafka-produced-errors topic)

check-kafka-produced-messagesclj

(check-kafka-produced-messages topic)

clear-produced-messages!clj

(clear-produced-messages! world)

coercion-error?clj

(coercion-error? exception-info)

exception?clj


http-responseclj

(http-response route)

http-responsesclj

(http-responses route)

init!clj

(init! system-map world)

setup components and store them in the world

setup components and store them in the world
raw docstring

kafka-message-arrived!clj

(kafka-message-arrived! topic message world)

kafka-produce!clj

(kafka-produce! topic message world)

kafka-try-consume!clj

(kafka-try-consume! topic message world)

kafka-try-produce!clj

(kafka-try-produce! topic message world)

message-arrived!clj

(message-arrived! topic message world)

mock-kafka-clientclj

(mock-kafka-client & args)

mock-kafka-producerclj

(mock-kafka-producer & args)

produce!clj

(produce! topic message world)

produced-errorsclj

(produced-errors topic)

produced-messagesclj

(produced-messages topic)

random-uuidclj

(random-uuid)

request-arrived!clj

(request-arrived! route world)
(request-arrived! route {:keys [path-params body supress-errors]} world)

schema-error?clj

(schema-error? exception-info)

throws-exclj

(throws-ex m)

try-consume!clj

(try-consume! topic message world)

Try to consume message and, if any error is thrown while consuming, add the error to world in path [:consumption-errors <topic>]

Try to consume message and, if any error is thrown while consuming,
add the error to world in path [:consumption-errors <topic>]
raw docstring

try-produce!clj

(try-produce! topic message world)

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

× close