1 CL-MOCK - Mocking (generic) functions.
3 Copyright (C) 2013 Olof-Joachim Frahm
5 Release under a Simplified BSD license.
7 Working, but unfinished.
9 Should be portable thanks to [`CLOSER-MOP`][1].
11 Since it is pretty easy to just roll something like this on your own,
12 the main purpose is to develop a nice syntax (lispy, declarative) to
13 keep tests readable and maintainable.
15 Some parts may be used independently of the testing facilities,
16 e.g. dynamic `FLET` and method bindings with `PROGM` may be of general
19 [1]: http://common-lisp.net/project/closer/closer-mop.html