Next: , Previous: , Up: Common Lisp Testing   [Contents][Index]


9.8 Mockingbird

"A small stubbing and mocking library for Common Lisp"

This package provides some useful stubbing and mocking macros for unit testing. Used when specified functions in a test should not be computed but should instead return a provided constant value.