Clj-fakes 0.12.0

Released under the MIT

An isolation framework for Clojure/ClojureScript that makes creating test doubles (stubs, mocks, etc.) much easier.

Installation

To install, add the following dependency to your project or build file:

[clj-fakes "0.12.0"]

Namespaces

clj-fakes.context

API for working in explicit context.

clj-fakes.core

Simpler API for working in implicit dynamic context. Implements almost the same set of functions as clj-fakes.context.