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


9.2 Lisp Unit

"A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind."

lisp-unit is a Common Lisp library that supports unit testing. It is an extension of the library written by Chris Riesbeck (see). There is a long history of testing packages in Lisp, usually called "regression" testers. More recent packages in Lisp and other languages have been inspired by JUnit for Java.

Lisp-Unit Features