Liking cljdoc? Tell your friends :D

dda.pallet.dda-serverspec-crate.infra.test.http


fact-checkclj

(fact-check result spec fact-map)

Inputs: [result :- server-test/TestResult spec :- HttpTestConfig fact-map] Returns: server-test/TestResult

Compare facts & expectation in order to return test-results.

Inputs: [result :- server-test/TestResult spec :- HttpTestConfig fact-map]
Returns: server-test/TestResult

Compare facts & expectation in order to return test-results.
sourceraw docstring

HttpTestConfigclj

source

test-httpclj

(test-http test-config)

Inputs: [test-config :- HttpTestConfig] Returns: server-test/TestActionResult

The delayed action to be called in test phase. Getting upfront the facts from session.

Inputs: [test-config :- HttpTestConfig]
Returns: server-test/TestActionResult

The delayed action to be called in test phase.
Getting upfront the facts from session.
sourceraw docstring

test-http-internalclj

(test-http-internal test-config input)

Inputs: [test-config :- HttpTestConfig input :- #:s{Keyword http-fact/HttpFactResults}] Returns: server-test/TestResultHuman

Exposing fact input to signature for tests.

Inputs: [test-config :- HttpTestConfig input :- #:s{Keyword http-fact/HttpFactResults}]
Returns: server-test/TestResultHuman

Exposing fact input to signature for tests.
sourceraw docstring

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

× close