lisp-unit is a Common Lisp library that supports unit testing. 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. For more information on both unit testing and JUnit, visit JUnit.org. | Exported Symbol Indexlisp-unit: | *error-listener*, Variable | lisp-unit: | *summary-listener*, Variable | lisp-unit: | *test-listener*, Variable | lisp-unit: | assert-eq, Macro | lisp-unit: | assert-eql, Macro | lisp-unit: | assert-equal, Macro | lisp-unit: | assert-equality, Macro | lisp-unit: | assert-equalp, Macro | lisp-unit: | assert-error, Macro | lisp-unit: | assert-expands, Macro | lisp-unit: | assert-false, Macro | lisp-unit: | assert-print, Macro | lisp-unit: | assert-true, Macro | lisp-unit: | count-error, Function | lisp-unit: | define-test, Macro | lisp-unit: | fail, Function | lisp-unit: | get-test-code, Function | lisp-unit: | get-tests, Function | lisp-unit: | logically-equal, Function | lisp-unit: | remove-all-tests, Function | lisp-unit: | remove-tests, Function | lisp-unit: | run-all-tests, Macro | lisp-unit: | run-tests, Macro | lisp-unit: | set-equal, Function | lisp-unit: | show-error, Function | lisp-unit: | show-failure-result, Function | lisp-unit: | show-no-result, Function | lisp-unit: | show-no-summary, Function | lisp-unit: | show-package-summary, Function | lisp-unit: | show-summary, Function | lisp-unit: | unordered-equal, Function | lisp-unit: | use-debugger, Function | lisp-unit: | with-listeners, Macro | lisp-unit: | with-test-listener, Macro |
|