Spy 1.4.0

Released under the MIT License

Spy - a Clojure and ClojureScript library for stubs, spies and mocks.

Installation

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

[tortue/spy "1.4.0"]

Namespaces

spy.assert

Assertion functions wrapping spy.core functions,
providing assertions using clojure.test/is and messages
to aid debugging when test expectations are not met.

spy.assert-messages

spy.core

A testing framework for stubs, spies and mocks.
Enables verification of interactions with a function.

spy.protocol

Public variables and functions: