Liking cljdoc? Tell your friends :D

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


fact-checkclj

(fact-check result spec considered-map)

Inputs: [result :- server-test/TestResult spec :- FileTestConfig considered-map] Returns: server-test/TestResult

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

Inputs: [result :- server-test/TestResult spec :- FileTestConfig considered-map]
Returns: server-test/TestResult

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

FileTestConfigclj

source

test-fileclj

(test-file test-config)

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

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

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

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

test-file-internalclj

(test-file-internal test-config input)

Inputs: [test-config :- FileTestConfig input :- #:s{Keyword file-fact/FileFactResult}] Returns: server-test/TestResultHuman

Exposing fact input to signature for tests.

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