Liking cljdoc? Tell your friends :D

common-clj.test-helpers


check-kafka-produced-errorsclj

(check-kafka-produced-errors topic)
source

check-kafka-produced-messagesclj

(check-kafka-produced-messages topic)
source

check-produced-errorsclj

(check-produced-errors topic)
source

check-produced-messagesclj

(check-produced-messages topic)
source

coercion-error?clj

(coercion-error? exception-info)
source

exception?clj

source

init!clj

(init! system-map world)

setup components and store them in the world

setup components and store them in the world
sourceraw docstring

kafka-message-arrived!clj

(kafka-message-arrived! topic message world)
source

kafka-produce!clj

(kafka-produce! topic message world)
source

kafka-try-consume!clj

(kafka-try-consume! topic message world)
source

kafka-try-produce!clj

(kafka-try-produce! topic message world)
source

message-arrived!clj

(message-arrived! topic message world)
source

mock-kafka-clientclj

(mock-kafka-client & args)
source

mock-kafka-producerclj

(mock-kafka-producer & args)
source

produce!clj

(produce! topic message world)
source

random-uuidclj

(random-uuid)
source

request-arrived!clj

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

schema-error?clj

(schema-error? exception-info)
source

throws-exclj

(throws-ex m)
source

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>]
sourceraw docstring

try-produce!clj

(try-produce! topic message world)
source

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

× close