Liking cljdoc? Tell your friends :D

dda.pallet.dda-serverspec-crate.infra.test.certificate-file


CertificateFileTestConfigclj

source

fact-checkclj

(fact-check result spec fact-map)

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

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

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

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

test-certificate-fileclj

(test-certificate-file test-config)

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

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

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

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

test-certificate-file-internalclj

(test-certificate-file-internal test-config input)

Inputs: [test-config :- CertificateFileTestConfig input :- #:s{Keyword certificate-file-fact/CertificateFileFactResult}] Returns: server-test/TestResultHuman

Exposing fact input to signature for tests.

Inputs: [test-config :- CertificateFileTestConfig input :- #:s{Keyword certificate-file-fact/CertificateFileFactResult}]
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