Liking cljdoc? Tell your friends :D

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


fact-checkclj

(fact-check result spec fact-map)

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

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

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

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

ip?clj

(ip? s)

Inputs: [s :- s/Str]

Inputs: [s :- s/Str]
sourceraw docstring

IprouteTestConfigclj

source

test-iprouteclj

(test-iproute test-config)

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

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

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

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

test-iproute-internalclj

(test-iproute-internal test-config input)

Inputs: [test-config :- IprouteTestConfig input :- #:s{Keyword iproute-fact/IprouteFactResults}] Returns: server-test/TestResultHuman

Exposing fact input to signature for tests.

Inputs: [test-config :- IprouteTestConfig input :- #:s{Keyword iproute-fact/IprouteFactResults}]
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