Liking cljdoc? Tell your friends :D

matcher-combinators.ansi-color

Colorize console text. Mostly copied from Bruce Hauman's Figwheel project

Colorize console text. Mostly copied from Bruce Hauman's Figwheel project
raw docstring

matcher-combinators.clj-test

Internal use. Require matcher-combinators.test instead of this namespace.

Internal use. Require `matcher-combinators.test` instead of this
namespace.
raw docstring

matcher-combinators.cljs-test

Internal use. Require matcher-combinators.test instead of this namespace.

Internal use. Require `matcher-combinators.test` instead of this
namespace.
raw docstring

matcher-combinators.model

No vars found in this namespace.

matcher-combinators.result

No vars found in this namespace.

matcher-combinators.standalone

An API for using matcher-combinators outside the context of a test framework

An API for using matcher-combinators outside the context of a test framework
raw docstring

matcher-combinators.test

Integration with clojure.test or cljs.test (depending on which platform you're running on).

This namespace provides useful placeholder vars for match?, match-with?, thrown-match? and match-roughly?; the placeholders are nil (the actual implementations are extended via the clojure.test/assert-expr multimethod), but importing these will prevent linters from flagging otherwise undefined names.

Even if not concerned about linting, it is necessary to have some namespace require matcher-combinators.test to ensure that match? and friends can be used withing clojure.test/is.

Commonly, a dev-only user namespace will require this namespace.

Integration with clojure.test or cljs.test (depending on which platform
you're running on).

This namespace provides useful placeholder
vars for match?, match-with?, thrown-match? and match-roughly?;
the placeholders are nil (the actual implementations are extended
via the clojure.test/assert-expr multimethod), but importing these will prevent
linters from flagging otherwise undefined names.

Even if not concerned about linting, it is necessary to have
some namespace require matcher-combinators.test to ensure that
match? and friends can be used withing clojure.test/is.

Commonly, a dev-only user namespace will require this namespace.
raw docstring

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

× close