Liking cljdoc? Tell your friends :D

lambda.test.fixture.client


*world*clj


find-firstclj

(find-first coll func)

handle-requestclj

(handle-request ctx {:keys [url method] :as req} & rest)

Each request contained :method :url pair and response :body. Optionally there might be :req which is body of request that has to me matched

Each request contained :method :url pair and response :body.
Optionally there might be :req which is body of request that
has to me matched
raw docstring

is-matchclj

(is-match {:keys [url method body]} v)

map-body-to-ednclj

(map-body-to-edn traffic)

mock-httpcljmacro

(mock-http responses & body)

mock-http-ctxcljmacro

(mock-http-ctx ctx responses & body)

record-trafficclj

(record-traffic req)

remove-atclj

(remove-at coll idx)

responsesclj

(responses)

trafficclj

(traffic)
(traffic n)

verify-trafficcljmacro

(verify-traffic y)

verify-traffic-edncljmacro

(verify-traffic-edn y)

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

× close