Shrubbery 0.3.1

A stubbing, spying, and mocking library for Clojure protocols.

shrubbery.clojure.test

An extension to clojure.test that adds a test assertion, received?, which relies on shrubbery.core/call-count to assert that a spy or mock received the named method. This namespace exposes no functions; require it in your tests to use it.

Public variables and functions:

    shrubbery.core

    A collection of functions for creating and querying stubs, spies, and mocks.