This is the testiere Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Mar 15 07:46:50 2023 GMT+0.
The main system appears first, followed by any subsystem dependency.
testiere
Interactive Testing for DEFUN
Colin Okay <colin@cicadas.surf>
GPLv3
0.1.0
trivia
(system).
package.lisp
(file).
testiere.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
testiere/testiere.lisp
package.lisp
(file).
testiere
(system).
defun/t
(macro).
with-stub
(macro).
with-stubs
(macro).
build-test
(function).
extract-tests
(function).
Packages are listed by definition order.
testiere
common-lisp
.
defun/t
(macro).
with-stub
(macro).
with-stubs
(macro).
build-test
(function).
extract-tests
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Like regular DEFUN, but with embedded unit tests. If those tests would fail, the function fails to be defined.
Runs forms in a context where NAME is temporarily rebound to a different function. If NAME is not FBOUNDP then it is temporarily defined.
Like WITH-STUB, but REDEFINITIONS is a list of (NAME LAMBDA-LIST . BODY) list, suitable for defining a function.
Jump to: | B D E F M W |
---|
Jump to: | B D E F M W |
---|
Jump to: | F P S T |
---|
Jump to: | F P S T |
---|