Liking cljdoc? Tell your friends :D

clj-wiremock.core


get-logged-requestsclj

(get-logged-requests method url & args)

Get's the logged requests for the specified method and url.

Get's the logged requests for the specified method and url.
sourceraw docstring

request-journalclj

(request-journal)
(request-journal s)

Pulls back the request journal for the specified wiremock server. Defaults to the root server.

Pulls back the request journal for the specified wiremock server. Defaults to the root server.
sourceraw docstring

root-serverclj

(root-server)

Convenience function to retrieve the first wiremock server registered - useful when only on wiremock-server is in use.

Convenience function to retrieve the first wiremock server registered - useful when only on wiremock-server is in use.
sourceraw docstring

serverclj

(server port)

Returns the wiremock server listening on the specified port (if any)

Returns the wiremock server listening on the specified port (if any)
sourceraw docstring

wiremock-fixtureclj

(wiremock-fixture configs f)
source

wiremock-fixture-fnclj

(wiremock-fixture-fn configs)
source

wiremocksclj

source

with-stubscljmacro

(with-stubs stubs & body)
source

with-wiremockcljmacro

(with-wiremock configs & body)
source

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

× close