Liking cljdoc? Tell your friends :D

state-flow.cljtest


defflowcljmacro

(defflow name & flows)
(defflow name parameters & flows)
source

match-probeclj

(match-probe state matcher)
(match-probe state matcher params)

Returns the right value returned by probe/probe.

Returns the right value returned by probe/probe.
sourceraw docstring

match?cljmacro

(match? match-desc actual expected & [params])

Builds a clojure.test assertion using matcher-combinators.

  • actual can be a literal value, a primitive, or a flow
  • expected can be a literal value or a matcher-combinators matcher
Builds a clojure.test assertion using matcher-combinators.

- actual can be a literal value, a primitive, or a flow
- expected can be a literal value or a matcher-combinators matcher
sourceraw docstring

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

× close