Liking cljdoc? Tell your friends :D

fulcro-spec.provided


arrow?clj

(arrow? sym)
source

conformed-stubclj

(conformed-stub env sym arglist result)
source

literal->gensymclj

(literal->gensym l)
source

parse-arrow-countclj

(parse-arrow-count sym)

parses how many times the mock/stub should be called with.

  • => implies 1+,
  • =Ax=> implies exactly A times. Provided arrow counts cannot be zero because mocking should not be a negative assertion, but a positive one. IE: verify that what you want to be called is called instead, or that, if necessary, it should throw an error if called.
parses how many times the mock/stub should be called with.
* => implies 1+,
* =Ax=> implies exactly A times.
Provided arrow counts cannot be zero because mocking should
   not be a negative assertion, but a positive one.
IE: verify that what you want to be called is called instead,
   or that, if necessary, it should throw an error if called.
sourceraw docstring

parse-mock-tripleclj

(parse-mock-triple env conform? {:as triple :keys [under-mock arrow result]})
source

parse-mocksclj

(parse-mocks env conform? mocks)
source

provided*clj

(provided* env conform-mocks? string forms)
source

symbol->anyclj

(symbol->any s)
source

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

× close